Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.35 KB

README.md

File metadata and controls

37 lines (28 loc) · 1.35 KB

gym-algorithmic

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

Documentation

Algorithmic Environments

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

Documentation credit: openai/gym#2334

Usage

$ pip install gym-algorithmic

import gym
import gym_algorithmic

gym.make("Copy-v0")

Citation

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