Skip to content
forked from vitchyr/viskit

rllab's viskit with some added features

Notifications You must be signed in to change notification settings

zzyunzhi/viskit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 43.0%
  • JavaScript 26.6%
  • HTML 22.6%
  • CSS 7.8%