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

Bellman equations #297

Open Sharad24 opened 4 years ago

Sharad24 commented 4 years ago

More explanations of bellman equations and their relation with MDPs and then Q-Learning, etc. At the moment, we have almost nothing wrt bellman equations!

Thanks @DarylRodrigo