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
df82a15f
Commit
df82a15f
authored
Jul 23, 2017
by
Peter Welinder
Committed by
GitHub
Jul 23, 2017
Browse files
Fix broken links in DQN readme
parent
5dc00628
Changes
1
Hide whitespace changes
Inline
Side-by-side
baselines/deepq/README.md
View file @
df82a15f
...
...
@@ -15,7 +15,7 @@ python -m baselines.deepq.experiments.enjoy_cartpole
```
Be sure to check out the source code of
[
both
](
baselines/deepq/
experiments/train_cartpole.py
)
[
files
]
(
baselines/deepq/
experiments/enjoy_cartpole.py)!
Be sure to check out the source code of
[
both
](
experiments/train_cartpole.py
)
[
files
]
(experiments/enjoy_cartpole.py)!
## If you wish to apply DQN to solve a problem.
...
...
@@ -49,4 +49,4 @@ Once you pick a model, you can download it and visualize the learned policy. Be
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
```
\ No newline at end of file
```
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