-
Notifications
You must be signed in to change notification settings - Fork 17
Description
Hello thank you very much for sharing this impressive work!
I was especially surprised to see that the demo extends all the way to fast reaction tasks such as playing ping pong which was very impressive.
I have a few questions regarding the evaluation in Figure 6 and Table 1.
Execution horizon setting in Figure 6
In the left plot of Figure 6, it seems that for the Kinetix tasks faster reaction generally leads to a higher solve rate. In the right plot ,since the execution horizon is defined as s = max(d, 1), it looks like the decrease in success rate may be influenced by both s and d increasing together. If the goal is to demonstrate that the proposed method resolves misalignment caused by delay, I was wondering why s was not fixed to a constant value.
Is there a specific reason for choosing s = max(d, 1)? Was this choice mainly made to follow the experimental setup of prior work or does this setting have an additional motivation?
Action quantization in Figure 6
Are the results in Figure 6 obtained with action quantization enabled or are these results measured without applying action quantization?
Completion time trend in Table 1
In Table 1 the completion time decreases as the inference delay increases.
I was wondering if you could briefly explain the reason behind this behavior?
Thank you very much for your time and for making the code and paper available.