Skip to content

Commit fa4e8f1

Browse files
committed
Aloha Handover completed. Credit to Guy Lever for the three shaping rewards. Patch franka randomization bug
1 parent e23e9a7 commit fa4e8f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mujoco_playground/_src/manipulation/franka_emika_panda/randomize_vision.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def rand(rng: jax.Array, light_position: jax.Array):
9696
geom_rgba = mjx_model.geom_rgba.at[BOX_GEOM_ID].set(rgba)
9797

9898
strip_white = jax.random.uniform(key_strip, (), minval=0.8, maxval=1.0)
99-
geom_rgba = mjx_model.geom_rgba.at[STRIP_GEOM_ID].set(
99+
geom_rgba = geom_rgba.at[STRIP_GEOM_ID].set(
100100
jp.array([strip_white, strip_white, strip_white, 1.0])
101101
)
102102

0 commit comments

Comments
 (0)