Fix broken links in DQN readme

This commit is contained in:
Peter Welinder
2017-07-23 09:58:10 -07:00
committed by GitHub
parent 5dc00628fe
commit df82a15fd3

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.