Skip to content

leomao/gym-grid-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grid World Environments

How to Use

import gym
import gym_grid_world

env = gym.make('pickput2d-v0')

# configure the enviroments
env.configure(...)

# gym compatible
# obs = env.reset()
# obs, rew, done, info = env.step(action)

Environments

  • Eat Bullet eatbullet2d-v0
  • Pick Put pickput2d-v0
  • Push Block pushblock2d-v0

About

Simple grid world environments (gym compatible)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages