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
404 stars 59 forks source link

Value Iteration #357

Closed hades-rp2010 closed 3 years ago

hades-rp2010 commented 3 years ago

Value iteration in genrl.agents.classical for Model Based envs

Sharad24 commented 3 years ago

Added in #358