ModelModule
Module that defines the model logic for the Scala Robotics Simulator.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ModelModule.type
Members list
Type members
Classlikes
Base state trait used for the simulation when running in Reinforcement Learning mode.
Base state trait used for the simulation when running in Reinforcement Learning mode.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
Component trait that defines the interface for creating a model.
Component trait that defines the interface for creating a model.
Type parameters
- S
-
the type of the simulation state, which must extend State.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
Interface trait that combines the provider and component traits.
Interface trait that combines the provider and component traits.
Type parameters
- S
-
the type of the state, which must extend State.
Attributes
- Supertypes
- Known subtypes
Trait representing the core model logic for updating the simulation state.
Trait representing the core model logic for updating the simulation state.
Type parameters
- S
-
the type of the simulation state, which must extend State.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
Provider trait that defines the interface for providing a model.
Provider trait that defines the interface for providing a model.
Type parameters
- S
-
the type of the state, which must extend State.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
State trait that defines the base state for the simulation.
State trait that defines the base state for the simulation.
Attributes
- Supertypes
- Known subtypes
-
class SimulationState