The repo highlights my solutions to the problems of Cartpole and Mountain Car
I have used three algorithms namely SARSA, Q-learning and DQN.
The instructions for running the code have been mentioned in the respective pdf files.
To run this code you would need
- Python >= 3.6
- gym
- pygame