An open API service indexing awesome lists of open source software.

https://github.com/omaraflak/frozenlake-qlearning

Resolving the FrozenLake problem from OpenAI Gym.
https://github.com/omaraflak/frozenlake-qlearning

frozenlake machine-learning openai-gym qlearning reinforcement-learning

Last synced: 6 months ago
JSON representation

Resolving the FrozenLake problem from OpenAI Gym.

Awesome Lists containing this project

README

          

# FrozenLake QLearning

Resolving the FrozenLake problem from OpenAI Gym with QLearning.

# Help

Two tricks that made the program work :
* decrease **epsilon** only when the agent wins the game
* decrease the **learning rate** overtime