alessiodm / drl-zh

Deep Reinforcement Learning: Zero to Hero!
MIT License
2.01k stars 70 forks source link

Fix missing 'self' argument in class method #3

Closed liawifelix closed 4 months ago

alessiodm commented 4 months ago

Hi Felix, thank you for catching this! I made it a @staticmethod instead, given that it doesn't depend on the agent state. Thanks again!