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
4e2a570e
Commit
4e2a570e
authored
Aug 27, 2017
by
John Schulman
Committed by
GitHub
Aug 27, 2017
Browse files
Merge pull request #104 from stevenschmatz/patch-1
Fix relative links in README.md
parents
6f391484
06b071c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
baselines/deepq/README.md
View file @
4e2a570e
...
...
@@ -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