8000 GitHub - tkipf/gym-gridworld: Template for building 2D grid worlds with OpenAI Gym and Pycolab
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tkipf/gym-gridworld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gym-Gridworld

This is a simple template with utilities for building a 2D gridworld environment using DeepMind's pycolab and OpenAI gym. This might be useful for re-implementing the environments used in:

CompILE: Compositional Imitation Learning and Execution (ICML 2019)
Thomas Kipf, Yujia Li, Hanjun Dai, Vinicius Zambaldi, Alvaro Sanchez-Gonzalez, Edward Grefenstette, Pushmeet Kohli, Peter Battaglia. https://arxiv.org/abs/1812.01483

Dependencies:

  • Python 3.6 or later
  • Numpy 1.14 or later
  • PyTorch 0.4.1 or later
  • OpenAI Gym 0.11 or later

About

Template for building 2D grid worlds with OpenAI Gym and Pycolab

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0