sweetice/Deep-reinforcement-learning-with-pytorch

One parameter is missing in DDPG Code

catchy666 opened this issue · 1 comments

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?

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