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

More detailed explanations for Policy and Value Functions #296

Open Sharad24 opened 4 years ago

Sharad24 commented 4 years ago

@DarylRodrigo pointed out that the current explanations of Policy, Value functions are not good. One of our aims is to tackle Accessibility.

Quoting him: "the intro into policy and value function is explained in one sentence and there is no reference to on or off policy or how they interact with the larger system."

Reference #281