Skip to content

Commit

Permalink
revise the readme of ddpg (#653)
Browse files Browse the repository at this point in the history
  • Loading branch information
TianhongDai authored and pzhokhov committed Oct 16, 2018
1 parent 28aca63 commit e57f81b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion baselines/ddpg/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

- Original paper: https://arxiv.org/abs/1509.02971
- Baselines post: https://blog.openai.com/better-exploration-with-parameter-noise/
- `python -m baselines.ddpg.main` runs the algorithm for 1M frames = 10M timesteps on a Mujoco environment. See help (`-h`) for more options.
- `python -m baselines.run --alg=ddpg --env=HalfCheetah-v2 --num_timesteps=1e6` runs the algorithm for 1M frames = 10M timesteps on a Mujoco environment. See help (`-h`) for more options.

0 comments on commit e57f81b

Please sign in to comment.