Open aik7 opened 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
develop
python exarl/driver/__main__.py --agent=DDPG-v0 --env=Pendulum-v0 --model_type=AC --n_episodes=100 --n_steps=100
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