Skip to content

OpenAI gym environments for Learning Classifier Systems

Notifications You must be signed in to change notification settings

ParrotPrediction/openai-envs

Repository files navigation

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