Skip to content

Commit

Permalink
push policy
Browse files Browse the repository at this point in the history
  • Loading branch information
WT-MM committed Dec 6, 2024
1 parent 0507ed5 commit 462d3d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added examples/gpr_0.5s_small.kinfer
Binary file not shown.
4 changes: 2 additions & 2 deletions sim/sim2sim.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def run_mujoco(

count_lowlevel = 0
force_application_interval = 1000 # Apply force every 1000 steps (1 second at 1000Hz)
force_magnitude_range = (-15, 15) # Force range in Newtons
force_magnitude_range = (0, 0) #(-15, 15) # Force range in Newtons
force_duration = 100 # Duration of force application in timesteps
force_timer = 0

Expand Down Expand Up @@ -341,7 +341,7 @@ def run_mujoco(

policy_cfg = ActorCfg(embodiment=args.embodiment)
if args.embodiment == "gpr":
policy_cfg.cycle_time = 0.25
policy_cfg.cycle_time = 0.5
cfg = Sim2simCfg(
sim_duration=10.0,
dt=0.001,
Expand Down

0 comments on commit 462d3d8

Please sign in to comment.