Skip to content

mitch-henderson/gym-algorithmic

 
 

Repository files navigation

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}
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.7%
  • Shell 0.3%