Function generate_env

Source
pub fn generate_env<E, A>(pop_size: u64) -> EnvResult
where 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.