#1715 - Added timestep int as a param to the apply_timestep function in core.py. Also added a reset_component_for_episode function. Updated docs with details of Link and NIC.

This commit is contained in:
Chris McCarthy
2023-07-31 20:05:36 +01:00
parent 0532db960a
commit e4b6f266e8
7 changed files with 192 additions and 82 deletions

View File

@@ -2,9 +2,18 @@
© Crown-owned copyright 2023, Defence Science and Technology Laboratory UK
Simulation Strucutre
====================
The simulation is made up of many smaller components which are related to each other in a tree-like structure. At the top level, there is an object called the ``SimulationController`` _(doesn't exist yet)_, which has a physical network and a software controller for managing software and users.
Simulation
==========
Each node of the simulation 'tree' has responsibility for creating, deleting, and updating its direct descendants.
.. TODO:: Add spiel here about what the simulation is.
Contents
########
.. toctree::
:maxdepth: 8
simulation_structure
simulation_components/network/physical_layer