Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 463 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 463 Bytes

gym-classic

A collection of so far classic deterministic MDPs for testing RL algorithms. Gym wrapper inspired by gym_ple.

Environments

Installation

git clone https://github.com/floringogianu/gym_classic
cd gym_classic

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