Update README.md
Browse files
README.md
CHANGED
@@ -32,5 +32,4 @@ python 03_dqn_play.py -m [model_name] -r [recording_location] --no-vis
|
|
32 |
|
33 |
```
|
34 |
|
35 |
-
Add "-r [recoding_location]" if you want to save the recording.
|
36 |
-
Remove "--no-vis" if you want to render the gamplay by the agent.
|
|
|
32 |
|
33 |
```
|
34 |
|
35 |
+
Add "-r [recoding_location]" if you want to save the recording and remove "--no-vis" if you want to render the gamplay by the agent.
|
|