Skip to content

Implementation of Reinforcement learning algorithms in OpenAI's Frozen lake environment.

Notifications You must be signed in to change notification settings

SassyM/OpenAI_Frozen_lake

Repository files navigation

Model-free Reinforcement learning Algorithms

1. Monte Carlo ES (Exploring starts)

Monte_Carlo_ES.py implements the MC ES Algorithm in a 4X4 frozen lake environment. The algorithm is described below:

Refernce Image

The script returns the following result:

Reference Image

About

Implementation of Reinforcement learning algorithms in OpenAI's Frozen lake environment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages