A collection of so far classic deterministic MDPs for testing RL algorithms. Gym wrapper inspired by gym_ple.
- Catcher
- BlindCliffWalk (from Prioritized ExperienceReplay)
- SanityChecker
git clone https://github.com/floringogianu/gym_classic
cd gym_classic
pip install -r requirements.txt
pip install -e .