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

https://github.com/bryanx/ai-gym

Several machine learning algorithms applied to ai_gym.
https://github.com/bryanx/ai-gym

Last synced: about 1 year ago
JSON representation

Several machine learning algorithms applied to ai_gym.

Awesome Lists containing this project

README

          

# Description
Several machine learning algorithms applied to ai_gym FrozenLake. They also work on other gym tests.

# Demo
![monte_carlo](https://github.com/Bryanx/ai-gym/blob/master/images/monte_carlo.gif)

![q_learning](https://github.com/Bryanx/ai-gym/blob/master/images/q_learning.gif)

N-step Q learning (n = 3)

![n_step](https://github.com/Bryanx/ai-gym/blob/master/images/n_step.gif)

![value_iteration](https://github.com/Bryanx/ai-gym/blob/master/images/value_iteration.png)