Merge pull request #104 from stevenschmatz/patch-1

Fix relative links in README.md
This commit is contained in:
John Schulman
2017-08-27 22:54:52 -07:00
committed by GitHub

View File

@@ -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.