This repository contains implementations of popular Reinforcement Learning algorithms in simple settings.
- Policy Iteration in OpenAI Gym (Frozen Lake)
- Q-Learning and SARSA in OpenAI Gym (Frozen Lake)
- Deep Q-Network (DQN) in OpenAI Gym (CartPole)
- Alpha Beta Pruning for MNK Game
- Monte Carlo Tree Search for MNK Game
- For the first 3 parts the ipynb are standalone and fully working.
- For MNK Game, poetry file and running instructions are given inside.