Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
13530934
baselines
Commits
3d235ae7
Commit
3d235ae7
authored
Jun 23, 2017
by
Szymon Sidor
Committed by
GitHub
Jun 23, 2017
Browse files
Merge pull request #33 from cxxgtxy/master
Fix README since BreakOut pretrained model doesn't match the correct …
parents
184440ff
5e733874
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
3d235ae7
...
...
@@ -61,6 +61,7 @@ python -m baselines.deepq.experiments.atari.download_model
Once you pick a model, you can download it and visualize the learned policy. Be sure to pass
`--dueling`
flag to visualization script when using dueling models.
```
bash
python
-m
baselines.deepq.experiments.atari.download_model
--blob
model-atari-prior-duel-breakout-1
--model-dir
/tmp/models
python
-m
baselines.deepq.experiments.atari.enjoy
--model-dir
/tmp/models/model-atari-prior-duel-breakout-1
--env
Breakout
--dueling
python
-m
baselines.deepq.experiments.atari.download_model
--blob
model-atari-duel-pong-1
--model-dir
/tmp/models
python
-m
baselines.deepq.experiments.atari.enjoy
--model-dir
/tmp/models/model-atari-duel-pong-1
--env
Pong
--dueling
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment