rtpeterson02/GridWorld_Warehouse
0
๐ญ Warehouse GridWorld
A Gymnasium-compatible GridWorld warehouse navigation environment with a Gradio interface.
Environment
Reward structure
How to play
- Use the โ โ โ โ buttons to move the blue agent A toward the green goal โ .
- Avoid the red โ obstacles.
- Use ๐ค Greedy step to let the built-in agent take one optimal step.
- Adjust the Random seed slider and click ๐ New game to generate a new map.
Local setup
pip install -r requirements.txt
python app.py