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

https://github.com/prakhar-ff13/reinforcement-learning-with-python

Reinforcement Learning Notebooks
https://github.com/prakhar-ff13/reinforcement-learning-with-python

actor-critic cross-entropy-method deep-learning deep-q-learning deep-reinforcement-learning machine-learning markov-decision-processes monte-carlo policy-evaluation policy-gradient policy-iteration reinforcement-learning temporal-differencing-learning value-iteration

Last synced: 3 months ago
JSON representation

Reinforcement Learning Notebooks

Awesome Lists containing this project

README

        

# Reinforcement Learning:

The repository includes RL and DRL NoteBooks. The algorithms implemented:

1. Random Search.
2. Hill Climbing.
3. MDP.
4. Monte Carlo.
5. Temporal Difference Methods.
6. Cross-Entropy.
7. Deep Q-Learning.
8. Actor-Critic; (Advantage and Asynchronous).
9. Policy Gradient Methods

Codes/Notebooks from Deep Reinforcement Learning Book for Packt and Practical Reinforcement Learning.