parrotprediction-openai-envs

Custom environments for OpenAI Gym


Keywords
acs, lcs, machine-learning, reinforcement-learning, openai, learning-classifier-systems, openai-gym
License
MIT
Install
pip install parrotprediction-openai-envs==2.1.0

Documentation

LCS environment

The repository contains environments used in LCS literature that are compliant with OpenAI Gym interface.

Build Status

For usage examples look at examples/ directory.

Development

conda create --name openai-envs python=3.7
conda activate openai-envs

pip install -e ".[testing]"

python setup.py test