The repository includes RL and DRL NoteBooks. The algorithms implemented:
- Random Search.
- Hill Climbing.
- MDP.
- Monte Carlo.
- Temporal Difference Methods.
- Cross-Entropy.
- Deep Q-Learning.
- Actor-Critic; (Advantage and Asynchronous).
- Policy Gradient Methods
Codes/Notebooks from Deep Reinforcement Learning Book for Packt and Practical Reinforcement Learning.