Closed fducau closed 6 years ago
In the definition of the train function (https://github.com/ghliu/pytorch-ddpg/blob/master/main.py#L16) the second argument is called gent instead of agent, but it is referred as agent inside the function.
gent
agent
Thanks for the correction!
In the definition of the train function (https://github.com/ghliu/pytorch-ddpg/blob/master/main.py#L16) the second argument is called
gent
instead ofagent
, but it is referred asagent
inside the function.