Expand description

Simulating agent-environment interaction

Structs

Simulation steps with logging.

Online calculation of simulation step statistics.

Description of an environment step.

Iterator of environment-actor steps.

Summary statistics of simulation steps.

An iterator over the next at most n steps of steps. Attempts to complete the last episode.

An iterator that iterates over the first n episodes of steps.

Enums

Seed for simulation pseudo-random state.

Traits

An environment-actor simulation

An iterator of simulation steps.

Functions

Train a batch learning agent in parallel across several threads.

Train a batch learning agent in this thread.

Type Definitions

Partial description of an environment step.

Description of an environment step where the successor observation is borrowed.