Commit
·
7fbec55
1
Parent(s):
64d53e7
Updated Usage Code
Browse files- Added --no-render arg
- Added --n-timesteps 5000 arg
README.md
CHANGED
@@ -38,7 +38,7 @@ SB3 Contrib: https://github.com/Stable-Baselines-Team/stable-baselines3-contrib
|
|
38 |
```
|
39 |
# Download model and save it into the logs/ folder
|
40 |
python -m utils.load_from_hub --algo dqn --env SpaceInvadersNoFrameskip-v4 -orga danieladejumo -f logs/
|
41 |
-
python enjoy.py --algo dqn --env SpaceInvadersNoFrameskip-v4 -f logs/
|
42 |
```
|
43 |
|
44 |
## Training (with the RL Zoo)
|
|
|
38 |
```
|
39 |
# Download model and save it into the logs/ folder
|
40 |
python -m utils.load_from_hub --algo dqn --env SpaceInvadersNoFrameskip-v4 -orga danieladejumo -f logs/
|
41 |
+
python enjoy.py --algo dqn --env SpaceInvadersNoFrameskip-v4 --no-render --n-timesteps 5000 -f logs/
|
42 |
```
|
43 |
|
44 |
## Training (with the RL Zoo)
|