Reinforcement Learning based solution of Frozen lake game
The link to the environment of game is: https://gym.openai.com/envs/FrozenLake-v0/
I have written code of Agent to play this game using two Reinforcement learning algorithms:
- Q- learning algorithm
- SARSA- learning algorithm