Skip to content

ariankhanjani/Frozen-Lake-Openai-Gym

Repository files navigation

Simple Reinforcement Learning Example


Implementation of RL Algorithms in Openai Gym Frozen-Lake Environment


An introduction to the Reinforcement Learning algorithms in the Openai gym library in Jupyter Notebook

frozen_lake

Covered Topics in this Repository:

1- Make an Environment and Take Sample Actions

2- Make an Episode and Trajectory

3- Policy Iteration

4- Value Iteration

5- Difference Between Policy Iteration and Value Iteration on 8x8 Mapsize

6- Loading ...