Reinforcement Learning
stable-baselines3
SpaceInvadersNoFrameskip-v4
deep-reinforcement-learning
Eval Results (legacy)
Instructions to use tinywell/dqn-SpaceInvadersNoFrameskip-v4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- stable-baselines3
How to use tinywell/dqn-SpaceInvadersNoFrameskip-v4 with stable-baselines3:
from huggingface_sb3 import load_from_hub checkpoint = load_from_hub( repo_id="tinywell/dqn-SpaceInvadersNoFrameskip-v4", filename="{MODEL FILENAME}.zip", ) - Notebooks
- Google Colab
- Kaggle
n_timesteps
Browse files
README.md
CHANGED
|
@@ -72,7 +72,7 @@ OrderedDict([('batch_size', 32),
|
|
| 72 |
('gradient_steps', 1),
|
| 73 |
('learning_rate', 0.0001),
|
| 74 |
('learning_starts', 100000),
|
| 75 |
-
('n_timesteps',
|
| 76 |
('optimize_memory_usage', False),
|
| 77 |
('policy', 'CnnPolicy'),
|
| 78 |
('target_update_interval', 1000),
|
|
|
|
| 72 |
('gradient_steps', 1),
|
| 73 |
('learning_rate', 0.0001),
|
| 74 |
('learning_starts', 100000),
|
| 75 |
+
('n_timesteps', 400000.0),
|
| 76 |
('optimize_memory_usage', False),
|
| 77 |
('policy', 'CnnPolicy'),
|
| 78 |
('target_update_interval', 1000),
|