Simple Gridworld - Used to learn how to create an environment
pip install git+https://github.com/ahadjawaid/simple-gridworld
or
git clone https://github.com/ahadjawaid/simple-gridworld.git
cd simple-gridworld
pip install .
import gym
env = gym.make("SimpleWalk-5-States")