Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 715 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 715 Bytes

Caipi

An implementation of the CAIPI framework for interactive explanatory learning.

Required Packages

Caipi is written in Python 3.5. Make sure that you have the following packages:

Usage

You can run CAIPI as follows:

    python3 caipi.py $problem $learner $example-selection-strategy

For the complete list of options, type:

    python3 caipi.py --help