ParrotPrediction / openai-envs

OpenAI gym environments for Learning Classifier Systems

Repository from Github https://github.comParrotPrediction/openai-envsRepository from Github https://github.comParrotPrediction/openai-envs

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

About

OpenAI gym environments for Learning Classifier Systems


Languages

Language:Python 100.0%Language:Makefile 0.0%