Skip to content

PPO + Vanilla

Pre-release
Pre-release
Compare
Choose a tag to compare
@cpnota cpnota released this 20 Jul 17:04
· 194 commits to master since this release
4d63716

PPO and Vanilla release!

  1. Add PPO, one of the most popular modern RL algorithms.
  2. Add Vanilla series agents: "vanilla" implementations of actor-critic, sarsa, q-learning, and REINFORCE. These algorithms are all prefixed with the letter "v" in the agents folder.