An open API service indexing awesome lists of open source software.

https://github.com/epignatelli/rl-basics

A collection of canonical Reinforcement Learning algorithms in jax, python
https://github.com/epignatelli/rl-basics

dynamic-programming mdp monte-carlo q-learning reinforcement-learning reinforcement-learning-algorithms rl sarsa

Last synced: 2 months ago
JSON representation

A collection of canonical Reinforcement Learning algorithms in jax, python

Awesome Lists containing this project

README

          

# rl-basics
A collection of canonical Reinforcement Learning algorithms in jax, python

TODO:

- [ ] Planning by dynamic programming
- [ ] On-policy Monte-Carlo
- [ ] Off-policy Monte-Carlo
- [ ] Q-Learning
- [ ] Sarsa
- [ ] Expected Sarsa
- [ ] Off-policy n-step Sarsa
- [ ] On-policy n-step Sarsa
- [ ] n-step Expected Sarsa