pub fn generate_default_env<A>(pop_size: u64) -> EnvResultwhere
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.