-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MyoChallenge Manipulation Track Metric #213
Conversation
cherylwang20
commented
Aug 26, 2024
•
edited
Loading
edited
- updated the evaluation metric for evalai.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
@@ -236,7 +237,8 @@ def get_reward_dict(self, obs_dict): | |||
("pass_err", pass_dist + np.log(pass_dist + 1e-3)), | |||
# Must keys | |||
("sparse", 0), | |||
("solved", self.check_solve(goal_dis)), | |||
("goal_dist", goal_dis), | |||
("solved", goal_dis < 0.05), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we have this as a variable?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated in this commit: 3281da5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm