Skip to content

Commit

Permalink
fix typo on save path print statement (#111)
Browse files Browse the repository at this point in the history
Co-authored-by: Ali K <ali@kscale.dev>
  • Loading branch information
alik-git and alik-git authored Nov 5, 2024
1 parent bef0537 commit 32f0221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sim/sim2sim.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ def run_mujoco(
print(f"Average speed: {average_speed:.4f} m/s")

if args.log_h5:
print("Saving data to " + os.path.abspath(f"data{now}.h5"))
print(f"Saving data to {os.path.abspath(f'{embodiment}/{now}.h5')}")
h5_file.close()

def parse_modelmeta(
Expand Down

0 comments on commit 32f0221

Please sign in to comment.