sweetice / Deep-reinforcement-learning-with-pytorch

PyTorch implementation of DQN, AC, ACER, A2C, A3C, PG, DDPG, TRPO, PPO, SAC, TD3 and ....
MIT License
3.75k stars 837 forks source link

Problem about DDPG #18

Open yikeqingli opened 4 years ago

yikeqingli commented 4 years ago

What is the role of args.update_iteration, it means that the update is repeated two hundred times within each learn. Is this inconsistent with the original algorithm