Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 574 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 574 Bytes

gym-classification

Overview

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

Install

  • Clone repo
  • Install via pip
git clone https://github.com/gcamfer/gym-classification
cd gym-classification
pip install -e .

Notebook examples