Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/soheil-mp/reinforcement-learning-algorithms

Step by Step Reinforcement Learning Tutorials.
https://github.com/soheil-mp/reinforcement-learning-algorithms

alphazero ddpg deep-q-learning deep-q-network discretization dqn dynamic-programming finance markov-decision-processes monte-carlo policy-based-method reinforce reinforcement-learning temporal-difference

Last synced: 24 days ago
JSON representation

Step by Step Reinforcement Learning Tutorials.

Awesome Lists containing this project

README

        

# Reinforcement Learning Tutorials
Complete step by step reinforcement learning tutorials. Below you can find the the exact topics we are going to learn:
1. Dynamic Programming
2. Monte Carlo
3. Temporal Difference (TD)
4. Convert Continuous Space to Discrete Space
5. Deep Q-Network
6. Policy-Based Methods
7. REINFORCE- Cartpole
8. REINFORCE and PPO - Pong
9. DDPG - Pendulum
10. DDPG - Bipedal
11. Deep RL for Finance - 1
12. Deep RL for Finance - 2
13. AlphaZero - Tic Tak Toe