Reinforcement Learning
stable-baselines3
SpaceInvadersNoFrameskip-v4
deep-reinforcement-learning
Eval Results (legacy)
Instructions to use pokjay/SpaceInvadersNoFrameskip-v4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- stable-baselines3
How to use pokjay/SpaceInvadersNoFrameskip-v4 with stable-baselines3:
from huggingface_sb3 import load_from_hub checkpoint = load_from_hub( repo_id="pokjay/SpaceInvadersNoFrameskip-v4", filename="{MODEL FILENAME}.zip", ) - Notebooks
- Google Colab
- Kaggle
Update args.yml
Browse files
args.yml
CHANGED
|
@@ -66,7 +66,7 @@
|
|
| 66 |
- - track
|
| 67 |
- false
|
| 68 |
- - trained_agent
|
| 69 |
-
- /
|
| 70 |
- - truncate_last_trajectory
|
| 71 |
- true
|
| 72 |
- - uuid
|
|
|
|
| 66 |
- - track
|
| 67 |
- false
|
| 68 |
- - trained_agent
|
| 69 |
+
- ./dqn/SpaceInvadersNoFrameskip-v4_9/best_model.zip
|
| 70 |
- - truncate_last_trajectory
|
| 71 |
- true
|
| 72 |
- - uuid
|