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

https://github.com/pegah-ardehkhani/reinforcement-learning-algorithms-from-scratch

Explore key RL algorithms with detailed explanations and fully commented Python code implementations
https://github.com/pegah-ardehkhani/reinforcement-learning-algorithms-from-scratch

reinforcement-learning reinforcement-learning-agent reinforcement-learning-algorithms reinforcement-learning-environments rl

Last synced: 6 months ago
JSON representation

Explore key RL algorithms with detailed explanations and fully commented Python code implementations

Awesome Lists containing this project

README

          

# Reinforcement Learning Algorithms from Scratch ![license](https://img.shields.io/github/license/Pegah-Ardehkhani/Reinforcement-Learning-Algorithms-from-Scratch.svg)



## Table of content ✍️

**01. Epsilon Greedy**

**02. Optimistic Initial Values**

**03. UCB1**

**04. Bayesian Bandit Thompson Sampling**

**05. Iterative Policy Evaluation**

**06. Policy Iteration**

**07. Value Iteration**

**08. TD(0)**

**09. TD(λ)**

**10. SARSA**

**11. SARSA(λ)**

**12. Q-Learning**

**13. Deep Q-Learning**