Skip to content

Commit 3d6f3c0

Browse files
committed
meanlingless update
1 parent 4cc9c1e commit 3d6f3c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roboverse_pack/callback_funcs/humanoid/reward_funcs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
def track_lin_vel_xy(env: EnvTypes, env_states: TensorState, std: float) -> torch.Tensor:
1313
"""Reward tracking of linear velocity commands (xy axes) in the gravity aligned robot frame using exponential kernel."""
14-
# extract the used quantities (to enable type-hinting).
14+
# extract the used quantities (to enable type-hinting)
1515
robot_state = env_states.robots[env.name]
1616
base_quat = robot_state.root_state[:, 3:7]
1717
base_lin_vel = quat_rotate_inverse(base_quat, robot_state.root_state[:, 7:10])

0 commit comments

Comments
 (0)