Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 317 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 317 Bytes

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