Skip to content

Commit

Permalink
update naming
Browse files Browse the repository at this point in the history
  • Loading branch information
budzianowski committed Nov 5, 2024
1 parent 32f0221 commit 63d410f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sim/sim2sim.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,6 @@ def log_hdf5(data_name, num_actions, now, stop_state_log):
dset_dq = h5_file.create_dataset(
"observations/dq", (max_timesteps, num_actions), dtype=np.float32
) # joint velocities
dset_obs_actions = h5_file.create_dataset(
"observations/actions", (max_timesteps, num_actions), dtype=np.float32
) # actions
dset_ang_vel = h5_file.create_dataset(
"observations/ang_vel", (max_timesteps, 3), dtype=np.float32
) # root angular velocity
Expand Down

0 comments on commit 63d410f

Please sign in to comment.