Results 1 issues of Ryan Rizzo

In ddpg.py, the parameter `nb_rollout_steps` is an integer containing the number of rollout steps. I believe that this is the same as the parameter `T` in [OpenAI baselines](https://github.com/openai/baselines/blob/master/baselines/her/ddpg.py) which refers...

question