Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/supersjgk/reinforcement_learning

Playing with Reinforcement Learning
https://github.com/supersjgk/reinforcement_learning

epsilon-greedy gym openai-gym ppo python3 q-learning reinforcement-learning

Last synced: about 2 months ago
JSON representation

Playing with Reinforcement Learning

Awesome Lists containing this project

README

        

### Files

* [FrozenLake_Q-learning_Gym.ipynb](https://github.com/supersjgk/Reinforcement_Learning/tree/main): Adapted and updated from [here](https://github.com/simoninithomas/Deep_reinforcement_learning_Course/blob/master/Q%20learning/FrozenLake/Q%20Learning%20with%20FrozenLake.ipynb). This file implements Q-learning and epsilon greedy strategy.

![Results](https://github.com/supersjgk/Reinforcement_Learning/assets/75927878/bc812086-1ca0-4914-a519-9863c3a84892)