nip.scenario_base.rollout_samples

nip.scenario_base.rollout_samples#

Base class for rollouts sampled during a run and saved to W&B.

This class is used to load rollout samples from W&B and visualise them.

Functions

build_rollout_samples(hyper_params)

Build a subclass of RolloutSamples based on the parameters.

register_rollout_samples_class(scenario)

Register a subclass of RolloutSamples with a scenario.

Classes

RolloutSamples(run_id, iteration[, ...])

A collection of rollout samples loaded from W&B.

Exceptions

IterationNotFoundError(run_id, iteration, ...)

Error raised when the iteration is not found in the W&B run.