Skip to main content

Module traits

Module traits 

Source
Expand description

Core training traits for ember-rl.

These traits define the composable building blocks that all algorithms and environments plug into. They live in ember-rl (not rl-traits) because they are training machinery, not environment contract.

Enums§

ActMode
Controls whether an agent acts to explore or exploit.

Traits§

Checkpointable
An agent whose weights can be saved to and loaded from disk.
LearningAgent
An agent that can act, learn from experience, and report training stats.