/simple-gridworld

Simple Gridworld - Used to learn how to create an environment

Primary LanguagePythonMIT LicenseMIT

simple-gridworld

Simple Gridworld - Used to learn how to create an environment

Installation

pip install git+https://github.com/ahadjawaid/simple-gridworld

or

git clone https://github.com/ahadjawaid/simple-gridworld.git

cd simple-gridworld

pip install .

Usage

import gym

env = gym.make("SimpleWalk-5-States")