From e57f81beccb85ad462d7841bf308d30b87068a76 Mon Sep 17 00:00:00 2001 From: Tianhong Dai Date: Wed, 17 Oct 2018 00:22:06 +0100 Subject: [PATCH] revise the readme of ddpg (#653) --- baselines/ddpg/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/baselines/ddpg/README.md b/baselines/ddpg/README.md index 6e936dd..ed6d23f 100755 --- a/baselines/ddpg/README.md +++ b/baselines/ddpg/README.md @@ -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. \ No newline at end of file +- `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.