minigrid — Easy Playground
Minimalistic gridworld environments for RL research
Getting started with minigridRun locally
Install
pip install minigridPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: minigrid)
minigrid is a third-party package. Minimalistic gridworld environments for RL research. Install with: pip install minigrid
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?