ikostrikov / pytorch-ddpg-naf

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

fixes typo. There is no actor_path in naf, changed it to model_path #15

Closed gntoni closed 4 years ago

gntoni commented 4 years ago

Typo: actor_path was undefined on the print message. Changed it to model_path.