How to use from the
Use from the
stable-baselines3 library
from huggingface_sb3 import load_from_hub
checkpoint = load_from_hub(
	repo_id="hunghd20012003/dqn-SpaceInvaders",
	filename="{MODEL FILENAME}.zip",
)

🎮 DQN - Space Invaders

This model was trained using DQN on Atari environment.

📺 Demo Video

🧠 Model Info

  • Algorithm: DQN
  • Frames stacked: 4
  • Timesteps: 1e6
  • Environment: SpaceInvadersNoFrameskip-v4

Game:

Space Invaders (Atari 2600)

Downloads last month
-
Video Preview
loading