Skip to content

veronicachelu/gym_fast_envs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gym_fast_envs

Gym environments for RL:

  • Catcher with 2 meta levels: one you have to avoid fruits and one you have to catch them
  • Gridworld with various sizes and diffrent number of colored squares
  • Gridworld with with random setting of the colored squares used to meta-learning
  • Gridworld simulating the Non-Matching environment of Deepmind Labirinth in 2D
  • Gridworld simulating the classic 4Rooms domain

Installation

pip install -r requirements.txt
pip install -e .

About

Gym environments for meta learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%