Commit ·
fd24b22
1
Parent(s): 1261e54
Update README.md
Browse files
README.md
CHANGED
|
@@ -53,4 +53,5 @@ python -m <path.to.train.module> --algo=APPO --env=doom_defend_the_line --train_
|
|
| 53 |
```
|
| 54 |
|
| 55 |
Note, you may have to adjust `--train_for_env_steps` to a suitably high number as the experiment will resume at the number of steps it concluded at.
|
| 56 |
-
|
|
|
|
|
|
| 53 |
```
|
| 54 |
|
| 55 |
Note, you may have to adjust `--train_for_env_steps` to a suitably high number as the experiment will resume at the number of steps it concluded at.
|
| 56 |
+
|
| 57 |
+
This one was only trained with 4 million timesteps
|