ghliu / pytorch-ddpg

Implementation of the Deep Deterministic Policy Gradient (DDPG) using PyTorch
Apache License 2.0
574 stars 156 forks source link

train signature typo #3

Closed fducau closed 6 years ago

fducau commented 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.

ghliu commented 6 years ago

Thanks for the correction!