smarts.core.id_actor_capture_manager module

class smarts.core.id_actor_capture_manager.IdActorCaptureManager[source]

The base for managers that handle transition of control of actors.

reset(scenario, sim: SMARTS)[source]

Reset this manager.

Parameters:
step(sim: SMARTS)[source]

Step the manager. Assume modification of existence and control of the simulation actors.

Parameters:

sim (smarts.core.smarts.SMARTS) – The smarts simulation instance.

teardown()[source]

Clean up any unmanaged resources this manager uses (e.g. file handles.)