Module border_core::core::util[][src]

Expand description

Utilities for interaction of agents and environments.

Functions

eval

Run episodes with a policy and return cumlative rewards.

eval_with_recorder

Run episodes with a policy and recorder.

sample

Takes an action based on the policy and apply it to the environment.