pub type AgentValue = NotNan<f32>;
The “current” value an agent has in a given state.
pub struct AgentValue(/* private fields */);