Module border_core::core::base[][src]

Expand description

Core functionalities.

Structs

Step

Represents all information given at every step of agent-envieronment interaction. reward and is_done have the same length, the number of processes (environments).

Traits

Act

Represents an action of the environment.

Agent

Represents a trainable policy on an environment.

Env

Represents an environment, typically an MDP.

Info

Represents additional information to Obs and Act.

Obs

Represents an observation of the environment.

Policy

Represents a policy. on an environment. It is based on a mapping from an observation to an action. The mapping can be either of deterministic or stochastic.