#106: Simulink Gym / Environment
Status: Completed
Assignees: Johannes Brust
Currently, selected block parameters, model_parameters and workspace_variables are reset with every _reset. I could imagine that these values are persistent because of the SimulationInput object only used as reference for the simulation and not as a place where the actual simulation values are stored.
This would mean that these values only have to be set once and only if they have to change. This would make the resetting in _reset not necessary any more.
This would help also for #97.
Created by Johannes Brust Nov 3, 2022, Edited Nov 4, 2022
As it turned out, these parameters are persistent, which is awesome!
Johannes Brust, Nov 7, 2022
Commit 79e49ed (simulink_gym): Remove workspace variables and model parameters
Check if set values of block is persistent via Quire
Quire, Nov 7, 2022