-
Hi, what is the number of the jerk threshold in the online evaluation? Is the jerk accumulated or averaged for the trajectory? |
Beta Was this translation helpful? Give feedback.
Answered by
PuzeLiu
Apr 7, 2023
Replies: 1 comment
-
Hi, the threshold for jerk is determined here: The threshold is 10000. Thanks for pointing this out. We will update the documentation. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
JinZQ56
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, the threshold for jerk is determined here:
https://github.com/AirHockeyChallenge/air_hockey_challenge/blob/warm-up/air_hockey_challenge/framework/evaluate_agent.py#L233
The threshold is 10000. Thanks for pointing this out. We will update the documentation.