Skip to content

Simple Gridworld - Used to learn how to create an environment

License

Notifications You must be signed in to change notification settings

ahadjawaid/simple-gridworld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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")

About

Simple Gridworld - Used to learn how to create an environment

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages