Skip to content

mitch-henderson/gym-algorithmic

This branch is up to date with Rohan138/gym-algorithmic:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8049581 · Aug 26, 2021

History

29 Commits
Aug 26, 2021
Aug 26, 2021
Aug 26, 2021
Aug 26, 2021
Aug 25, 2021
Aug 25, 2021
Aug 26, 2021
Aug 25, 2021
Aug 25, 2021
Aug 25, 2021
Aug 25, 2021
Aug 26, 2021

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%