pub fn generate_env<E, A>(pop_size: u64) -> EnvResultwhere
E: 'static + Environment,
A: 'static + Agent,
Expand description
Generates a custom environment specified agent. This environment is the standard implementation and does not provide any custom behavior.