Skip to content

Commit c3e16e4

Browse files
authored
Merge pull request #12 from facebookresearch:chaoyi/sam3
⚡ update human-object interaction demo
2 parents c88a706 + da82bf8 commit c3e16e4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/config/override/humanoid.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ num_samples: 2048
2626
vel_rew_scale: 0.0
2727
joint_rew_scale: 1.0
2828
pos_rew_scale: 3.0
29-
rot_rew_scale: 3.0
29+
rot_rew_scale: 1.0
3030
contact_rew_scale: 1.0
3131
# note: above parameter is optimized for speed. you can have better performance with horizon=1.0

examples/config/override/humanoid_object.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ joint_noise_scale: 0.1
2121
# sampling
2222
improvement_threshold: 0.01
2323
max_num_iterations: 16
24-
temperature: 0.1
24+
temperature: 1.0
2525
num_samples: 2048
2626
# reward
2727
vel_rew_scale: 0.0
2828
joint_rew_scale: 1.0
2929
base_pos_rew_scale: 1.0
3030
base_rot_rew_scale: 1.0
31-
pos_rew_scale: 3.0
32-
rot_rew_scale: 3.0
31+
pos_rew_scale: 1.0
32+
rot_rew_scale: 0.3
3333
# note: above parameter is optimized for speed. you can have better performance with horizon=1.0

0 commit comments

Comments
 (0)