doc:scenario

Differences

This shows you the differences between two versions of the page.


doc:scenario [2021/06/28 10:42] (current) – created thomas
Line 1: Line 1:
 +====== SCONE Scenarios ======
 +In SCONE, everything needed to perform a predictive simulation is bundled in what is called a [[doc:scenario|Scenario]]. Each SCONE scenario consists of the following components:
 +
 +  * A [[doc:model|Model]] of the human, animal or robot you wish to simulate.
 +  * A [[doc:controller|Controller]] that generates input for the model actuators.
 +  * An [[doc:objective|Objective]] that describes the goal task for which you wish to optimize, through a weighted combination of [[doc:objective|Measures]].
 +  * An [[doc:optimizer|Optimizer]] that optimizes the free [[doc:parameters|Parameters]] in a scenario for a specific objective.
 +
 +To learn more about SCONE scenarios, be sure check out the [[tutorials:introduction]] tutorial.