Strictly seperate action and observation StateVar's
Summary
A State Variable should either be an action or an observation and not allowed to be both.
When using an interaction environment it's better to split it up into two State Variables, one action and one observation.
This is important for a clear definition of the information flow.
Explain your context
Current damped oscillator has one StateVar that is both
Edited by Julius Balzer