This repository contains the algorithmic environments previously present in OpenAI Gym prior to Gym version 0.20.0.
These environments were introduced in the paper Learning Simple Algorithms from Examples
Copy-v0
DuplicatedInput-v0
RepeatCopy-v0
Reverse-v0
ReversedAddition-v0
ReversedAddition3-v0
Documentation credit: openai/gym#2334
$ pip install gym-algorithmic
import gym
import gym_algorithmic
gym.make("Copy-v0")
@inproceedings{Zaremba2016LearningSA,
title={Learning Simple Algorithms from Examples},
author={Wojciech Zaremba and Tomas Mikolov and Armand Joulin and R. Fergus},
booktitle={ICML},
year={2016}
}