Metadata-Version: 2.1
Name: gym-legacy-toytext
Version: 0.0.1
Summary: Legacy Toytext Environments from OpenAI Gym
Home-page: https://github.com/Rohan138/gym-legacy-toytext
Author: Rohan Potdar
Author-email: rohanpotdar138@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.6, <3.10
Description-Content-Type: text/markdown
Requires-Dist: gym (>=0.19.0)

# gym-algorithmic
This repository contains the legacy toytext environments previously present in [OpenAI Gym](https://github.com/openai/gym) prior to Gym version 0.20.0.  

## Documentation

## Usage
```
$ pip install gym-toytext

import gym
import gym_toytext

gym.make("Roulette-v0")
```

## Citation



