Expand description
Simulating agent-environment interaction
Structs§
- LogSteps
- Simulation steps with logging.
- MapTransient
- Online
Steps Summary - Online calculation of simulation step statistics.
- Step
- Description of an environment step.
- Steps
- Iterator of environment-actor steps.
- Steps
Summary - Summary statistics of simulation steps.
- Take
Aligned Steps - An iterator over the next at most
n
steps ofsteps
. Attempts to complete the last episode. - Take
Episodes - An iterator that iterates over the first
n
episodes ofsteps
. - Train
Parallel Config - Configuration for
train_parallel
.
Enums§
- SimSeed
- Seed for simulation pseudo-random state.
Traits§
- Simulation
- An environment-actor simulation
- Steps
Iter - An iterator of simulation steps.
Functions§
- train_
parallel - Train a batch learning agent in parallel across several threads.
- train_
serial - Train a batch learning agent in this thread.
Type Aliases§
- Partial
Step - Partial description of an environment step.
- Transient
Step - Description of an environment step where the successor observation is borrowed.