Module gym_rs::core

source ·
Expand description

Contains user-facing interfaces.

Structs

  • Encapsulates and describes the state update experienced by an environment after acting on an action.
  • Defines the bounds for the reward value that can be observed.

Traits

  • Defines a common set of operations available to different environments.
  • Defines a set of properties that should be accessible in all environments.