Skip to content

ikenna-nwobodo/grid-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

grid-world

This repository contains solutions to a 5x5 Gridworld using various dynamic programming and Monte Carlo methods.

Implemented Algorithms

  • Iterative Policy Evaluation
  • Value Iteration
  • Policy Iteration
  • Bellman Optimality
  • Monte Carlo Exploring Starts
  • ε-soft Monte Carlo Control
  • Off-Policy Monte Carlo Control with Importance Sampling

The environment includes:

  • Special states: Blue, Green, Red, Yellow, and terminal (Black)
  • Custom rewards and transitions
  • Deterministic and stochastic transitions based on the current state

How to Run

  1. Clone the repository:
    git clone https://github.com/ikenna-nwobodo/grid-world.git
    cd grid-world
    
  2. Install dependencies
    pip install numpy random matplotlib
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published