SforAiDl / genrl

A PyTorch reinforcement learning library for generalizable and reproducible algorithm implementations with an aim to improve accessibility in RL
https://genrl.readthedocs.io
MIT License
403 stars 59 forks source link

Separate Agents and Optimizer #322

Closed Sharad24 closed 4 years ago

Sharad24 commented 4 years ago

Optimizers should not be initialized inside the Agents.

Sharad24 commented 4 years ago

Closing this for now, as a plan for massive overhaul of the core is in order. :)