Replies: 2 comments 1 reply
-
The call blocks untill an observation is captured. This is how rtgym synchronizes timesteps, and it expects you to call step before the end of the timestep (within some allowed elasticity) otherwise it times out and throws a warning. |
Beta Was this translation helpful? Give feedback.
0 replies
-
May need to come back to this question. After I process it better. :)
…On Wed, 18 Oct 2023, 14:28 Yann Bouteiller, ***@***.***> wrote:
The call blocks untill an observation is captured. This is how rtgym
synchronizes timesteps, and it expects you to call step before the end of
the timestep (within some allowed elasticity) otherwise it times out and
throws a warning.
—
Reply to this email directly, view it on GitHub
<#67 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIKWRWXB2OKQEJUW5ZXOHJLX77DQLAVCNFSM6AAAAAA6ELRLJ6VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TGMJUG4ZDO>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
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
-
What happens when a call to step() of rtgym is called too early? Say after 5ms when a timestep of 50ms was set?
Beta Was this translation helpful? Give feedback.
All reactions