pub fn tick_collect(environment: &mut Box<dyn Environment>) -> VoidResult
Expand description
Applies a tick and a collent to a passed in environment. This takes both the default environment provided by this library and custom defined environments created by the user. This function can be used when the user requies data from a certain time in a running simulation.