gym-algorithmic

Algorithmic Environments from OpenAI Gym


Install
pip install gym-algorithmic==0.0.1

Documentation

gym-algorithmic

Environments

Algorithmic Environments

Copy-v0
DuplicatedInput-v0
RepeatCopy-v0
Reverse-v0
ReversedAddition-v0
ReversedAddition3-v0

Documentation credit: https://github.com/openai/gym/pull/2334

Usage

$ pip install gym-algorithmic

import gym
import gym_algorithmic

gym.make("Copy-v0")

Citation

This repository contains the algorithmic environments previously present in OpenAI Gym prior to Gym version 0.19.0. These environments were introduced in the paper Learning Simple Algorithms from Examples

@inproceedings{Zaremba2016LearningSA,
  title={Learning Simple Algorithms from Examples},
  author={Wojciech Zaremba and Tomas Mikolov and Armand Joulin and R. Fergus},
  booktitle={ICML},
  year={2016}
}