Skip to content
Discussion options

You must be logged in to vote

Hi @amirhnourian

Whether scalar value you put on the self.extra dict will be logged to TensorBoard

self.extras["log"] = {
"dist_reward": (dist_reward_scale * dist_reward).mean(),
"rot_reward": (rot_reward_scale * rot_reward).mean(),
"open_reward": (open_reward_scale * open_reward).mean(),
"action_penalty": (-action_penalty_scale * action_penalty).mean(),
"left_finger_distance_reward": (finger_reward_scale * lfinger_dist).mean(),
"right_finger_distance_reward": (finger_reward_scale * rfinger_dist).mean(),
"finger_dist_penalty": (

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by amirhnourian
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants