Setting IntegratorMaximumStepSize
Posted: Mon Mar 15, 2021 12:44 pm
Hi all,
I wanted to see how I can have more control over the integration step of the forward simulation in the python interface. I am working on this reflex-based OpenSim model that was published for the NeurIPS 2019 Learn to Move - Walk Challenge.
https://github.com/stanfordnmbl/osim-rl ... roller1.py
For this project, I need to have more control over the accuracy of the integration. I was thinking to start with setting both the integrator accuracy as well as the maximum step size. I was able to change the accuracy of the integrator; however, when I use the "setIntegratorMaximumStepSize" command, it gives me the following error.
object has no attribute 'setIntegratorMaximumStepSize'
I was hoping someone here could help me with this.
Thanks in advance,
Shakiba Rafiee
I wanted to see how I can have more control over the integration step of the forward simulation in the python interface. I am working on this reflex-based OpenSim model that was published for the NeurIPS 2019 Learn to Move - Walk Challenge.
https://github.com/stanfordnmbl/osim-rl ... roller1.py
For this project, I need to have more control over the accuracy of the integration. I was thinking to start with setting both the integrator accuracy as well as the maximum step size. I was able to change the accuracy of the integrator; however, when I use the "setIntegratorMaximumStepSize" command, it gives me the following error.
object has no attribute 'setIntegratorMaximumStepSize'
I was hoping someone here could help me with this.
Thanks in advance,
Shakiba Rafiee