python -m venv env
source env/bin/activate
pip3 install -r requirements.txthttps://github.com/Farama-Foundation/gym-examples/blob/main/gym_examples/envs/grid_world.py https://github.com/podondra/gym-gridworlds/tree/master
Windy Gridworld: https://www.youtube.com/watch?v=igUC-nnopBs&ab_channel=PhamHuuDat (here the definition of windy is different but because our grid is small we won't bother with it right now)