Skip to content

glowinglake/MyGit

Repository files navigation

Repo for misc coding practices

./rl/ contains various reenforcement learning code snippets.

Markov Decision Process Board Simulation

This repository contains a simple Markov Decision Process (MDP) example located in rl/mdp_board_pathfinding.py. The environment simulates an agent navigating a 2D grid from the top-left corner to the bottom-right corner while avoiding blocked cells and receiving a reward when it reaches the goal.

Prerequisites

  • Python 3.8 or later (only the standard library is used)

Running the simulation

cd rl
python3 mdp_board_pathfinding.py
python3 mdp_board_pathfinding_q_function.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published