imitation.scripts.config.parallel#

Config files for parallel experiments.

Parallel experiments are intended to be defined in Python rather than via CLI. For example, a user should add a new @parallel_ex.named_config to define a new parallel experiment.

Adding custom named configs is necessary because the CLI interface can’t add search spaces to the config like “seed”: tune.choice([0, 1, 2, 3]).

For tuning hyperparameters of an algorithm on a given environment, check out the imitation/scripts/tuning.py script.