Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 488 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 488 Bytes

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 .