Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mshuqair/reinforcement-learning-grid-world

Implementation of some Reinforcement Learning methods for grid world in Python
https://github.com/mshuqair/reinforcement-learning-grid-world

grid-world monte-carlo python q-learning reinforcement-learning temporal-differencing-learning

Last synced: about 1 month ago
JSON representation

Implementation of some Reinforcement Learning methods for grid world in Python

Awesome Lists containing this project

README

        

# Reinforcement Learning For Grid World
- Implementation of Reinforcement Learning to solve the Grid World in Python.
- The rest of the documentation is coming soon.
- I plan to use Deep Q-Learning to solve the grid world problem
- The Q-Learning implementation here follows an epsilon greedy with a decay
## Introduction

## Definition

## Conclusions

## References

## Code Requirements
The code was run and tested using the following:
- Python 3.10.11
- matplotlib 3.9.0
- seaborn 0.13.2
- numpy 1.26.3