Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 387 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 387 Bytes

Quick Start

Obtain requirements

  • numpy
  • sklearn
  • matplotlib

Install with

	$ python setup.py install

Run the demos

A supervised learning problem

	python demo_supervised.py

Demo Supervised

Using reinforcement learning

	python demo_reinforcement.py

Demo Reinforcement