ToyRL: A single file implementation for all the algorithms in the book! #527
shenxiangzhuang
started this conversation in
Show and tell
Replies: 1 comment
-
The documentation include the pseudocode from the book and related classes: https://ai-glimpse.github.io/toyrl/algorithms/reinforce/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
https://github.com/ai-glimpse/toyrl
Hi, I built a tiny Python library that implements each algorithm (including REINFORCE, SARSA, DQN, DoubleDQN, A2C, PPO) in a single Python file, and I thought it could be used as a supplementary resource to ease your learning process.
Beta Was this translation helpful? Give feedback.
All reactions