Skip to content

Latest commit

 

History

History
14 lines (6 loc) · 323 Bytes

README.md

File metadata and controls

14 lines (6 loc) · 323 Bytes

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