stepDone
open override fun stepDone(environment: Environment<T, P>, reaction: Actionable<T>?, time: Time, step: Long)
Every time the Environment changes, map it to EnvironmentSurrogate class and save it in the store.
Parameters
environment
the updated environment.
reaction
the reaction that triggered the update.
time
the current time.
step
the current step.