Simulation "tau" size #248
Unanswered
Mario-de-Santi
asked this question in
Q&A
Replies: 1 comment 1 reply
-
It should easily be possible to allow other step sizes by specifying e.g. "tau=1e-3" within the gem.make(...) command. If this is already done correctly, it might be a problem with the controller you employ. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello again, I would like to know if it is possible to perform simulations with a "tau" larger than the default value of 1e-4. In this case, I would like to simulate with 1e-3, for example. I have already tried to simulate, but it turns out that during the for loop, it considers that the simulation has already ended and activates the env.reset. Is the maximum value I can simulate with 1e-4, or can I use larger simulation steps?
Beta Was this translation helpful? Give feedback.
All reactions