Skip to content

Commit

Permalink
squeeze
Browse files Browse the repository at this point in the history
  • Loading branch information
WT-MM committed Dec 30, 2024
1 parent 8f120bb commit 31dd379
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sim/model_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,8 @@ def forward(
q,
dq,
prev_actions,
imu_ang_vel * self.ang_vel_scale,
imu_euler_xyz * self.quat_scale,
imu_ang_vel.squeeze(0) * self.ang_vel_scale,
imu_euler_xyz.squeeze(0) * self.quat_scale,
),
dim=0,
)
Expand Down

0 comments on commit 31dd379

Please sign in to comment.