SoarGroup / Soar

Soar, a general cognitive architecture for systems that exhibit intelligent behavior.
http://soar.eecs.umich.edu
Other
322 stars 70 forks source link

flag to turn SVS off in substates #475

Closed garfieldnate closed 1 day ago

garfieldnate commented 2 weeks ago

SVS automatically copies the entire scene to each created substate to facilitate simulated environmental changes. However, if a developer doesn't do anything with the SVS scene in substates, the copying is wasted effort.

Add a configuration parameter that turns SVS off in substates.