You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your work is really helpful for my start on RL training! But I have a question about how to compute the "Average Episode Success Rate" reported in your paper, using your codebase.
I have found in class AllegroHandDynamicHandover (in dynamic_handover/dexteroushandenvs/tasks/allegro_hand_dynamic_handover.py), there is a member variable self.successes. But it is true only when goal_dist<=0. And I also outputed the self.successes and found it was all False during the whole training process. There must be something I omitted.
Thanks in advance for your reply!
The text was updated successfully, but these errors were encountered:
Hi,
Your work is really helpful for my start on RL training! But I have a question about how to compute the "Average Episode Success Rate" reported in your paper, using your codebase.
I have found in class
AllegroHandDynamicHandover
(indynamic_handover/dexteroushandenvs/tasks/allegro_hand_dynamic_handover.py
), there is a member variableself.successes
. But it is true only whengoal_dist<=0
. And I also outputed theself.successes
and found it was allFalse
during the whole training process. There must be something I omitted.Thanks in advance for your reply!
The text was updated successfully, but these errors were encountered: