Skip to content

Latest commit

 

History

History

gridworld

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

gymnasium-playground/gridworld

assets/gymnasium_playground_GridWorld-v0.png

Installation

pip install -e .

Run

cd examples
python render.py  # render example
python loop.py  # loop example
python q-learning.py  # q-learning example