Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 603 Bytes

README.md

File metadata and controls

31 lines (25 loc) · 603 Bytes

Mostly copy/pasted from rllab's viskit.

Added some features, like being able to split on multiple hyperparameters.

Usage

python viskit/frontend.py path/to/dir

This assumes the structure of dir is something like:

path/ to/ dir/ exp1/ progress.csv variant.json exp2/ progress.csv variant.json

Note that this support wildcard, i.e.

python viskit/frontend.py path/to/dir/exp*

Installation

Install this repository using pip:

pip install -e .