ikostrikov / pytorch-ddpg-naf

Implementation of algorithms for continuous control (DDPG and NAF).
MIT License
306 stars 70 forks source link

actions typo? #10

Closed horacepan closed 6 years ago

horacepan commented 6 years ago

https://github.com/ikostrikov/pytorch-ddpg-naf/blob/7870655178fe93a4eba5450257323f00ff8a227f/normalized_actions.py#L16

Should this return action, not actions?