Skip to content

BaseSimulator

Full path: schola.core.simulators.base_simulator.BaseSimulator

Base class for all simulators.

BaseSimulator

Methods

start

start(protocol_properties)

Start the Simulator.

Parameters

  • protocol_properties (Dict) - Protocol-specific properties to pass to the simulator at startup. Simulator is responsible for passing these. (e.g. Port)

stop

stop()

Stop the simulator.

Returns

Return type: None

Attributes

supported_async_protocols

supported_async_protocols

Async RL protocol classes this simulator supports (see AsyncBaseRLProtocol).


supported_protocols

supported_protocols

Get the protocols supported by this simulator.