vwxyzjn / cleanrl

High-quality single file implementation of Deep Reinforcement Learning algorithms with research-friendly features (PPO, DQN, C51, DDPG, TD3, SAC, PPG)
http://docs.cleanrl.dev
Other
5.02k stars 575 forks source link

Typo in c51.py #324

Closed mynameisjanus closed 1 year ago

mynameisjanus commented 1 year ago

Line 108 I think should be 'self.n_atoms' instead of 'self.atoms'

mynameisjanus commented 1 year ago

Oh wait, it's the buffers!