Function sim_rust::functions::generate_default_env[][src]

pub fn generate_default_env<A>(pop_size: u64) -> EnvResult where
    A: 'static + Agent
Expand description

Generates a standard environment with a specified agent. This environment is the standard implementation and does not provide any custom behavior.