AgentValue

Type Alias AgentValue 

Source
pub type AgentValue = NotNan<f32>;
Expand description

The “current” value an agent has in a given state.

Aliased Type§

pub struct AgentValue(/* private fields */);