Simulation Files and World Container ==================================== In this version of the simulator, we explicitly isolate world as just a container. It holds what should exist in a single simulation instance and can be exported to/from a file. World Model Container --------------------- Will be implemented soon Base Simulation --------------- .. autoclass:: rtd.sim.BaseSimulation :show-inheritance: :members: :undoc-members: Armour Simulation ----------------- .. autoclass:: armour.ArmourSimulation :show-inheritance: :members: :undoc-members: