exalearn / EXARL

Scalable Framework for Reinforcement Learning
Other
10 stars 5 forks source link

DDPG for pendulum is not working using the current `develop` branch. #239

Open aik7 opened 2 years ago

aik7 commented 2 years ago

I got the following results by running the following command in the develop branch. python exarl/driver/__main__.py --agent=DDPG-v0 --env=Pendulum-v0 --model_type=AC --n_episodes=100 --n_steps=100

DDPG_ep100_ts100