vitchyr / viskit

rllab's viskit with some added features

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 .

About

rllab's viskit with some added features


Languages

Language:Python 42.9%Language:JavaScript 26.6%Language:HTML 22.6%Language:CSS 7.8%