You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently tested the baselines' DDPG algorithm, but unexpectedly, DDPG failed to get great scroes and to converge. I can't get the ideal results in many mujoco environments.
I use the download source installation, the command line runned is below:
python -m baselines.run --alg=ddpg --env=HalfCheetah-v2 --num_timesteps=1e6
The text was updated successfully, but these errors were encountered:
I recently tested the baselines' DDPG algorithm, but unexpectedly, DDPG failed to get great scroes and to converge. I can't get the ideal results in many mujoco environments.
I use the download source installation, the command line runned is below:
python -m baselines.run --alg=ddpg --env=HalfCheetah-v2 --num_timesteps=1e6
The text was updated successfully, but these errors were encountered: