gcamfer / gym-classification

Open AI gym environment for classification task
4 stars 1 forks source link

gym-classification

Overview

Reinforced learning environment that implements open AI GYM interfaces to develop classification models using the latest RL algorithms.

Install

git clone https://github.com/gcamfer/gym-classification
cd gym-classification
pip install -e .

Notebook examples