sweetice / Deep-reinforcement-learning-with-pytorch

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

One parameter is missing in DDPG Code #32

Closed catchy666 closed 1 year ago

catchy666 commented 3 years ago

In Line 224: args.max_length_of_trajectory is missing. I know this refers to the maximum step length, but how big is this param usually?

qaz490365155 commented 2 years ago

In Line 224: args.max_length_of_trajectory is missing. I know this refers to the maximum step length, but how big is this param usually?

199