revise the readme of ddpg (#653)

This commit is contained in:
Tianhong Dai
2018-10-17 00:22:06 +01:00
committed by pzhokhov
parent 28aca637d0
commit e57f81becc

View File

@@ -2,4 +2,4 @@
- Original paper: https://arxiv.org/abs/1509.02971 - Original paper: https://arxiv.org/abs/1509.02971
- Baselines post: https://blog.openai.com/better-exploration-with-parameter-noise/ - 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.