Function generate_default_env

Source
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.