Using various Reinforcement Learning algorithms to solve the following 3 problems. Full details can be found in Project Report.pdf
.
How to get from S to G in the Maze, and collect the most number of flags F along the way.
How to swing the bot’s arm to reach a certain height.
How to push & pull the car to make it reach the mountain’s top.
Run these commands in your Terminal:
python value_iteration.py
python qlearning_maze.py
python reinforce_bot.py
python qlearning_gym.py bot
python reinforce_car.py
python qlearning_gym.py car