Skip to content

Commit 755e8cf

Browse files
authored
Increase openess of microwave in example (#311)
## Summary Increase reset openess for the microwave example
1 parent 0212b1a commit 755e8cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

isaaclab_arena/examples/example_environments/gr1_open_microwave_environment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def get_env(self, args_cli: argparse.Namespace): # -> IsaacLabArenaEnvironment:
6262
name=self.name,
6363
embodiment=embodiment,
6464
scene=scene,
65-
task=OpenDoorTask(microwave, openness_threshold=0.8, reset_openness=0.2, episode_length_s=2.0),
65+
task=OpenDoorTask(microwave, openness_threshold=0.8, reset_openness=0.3, episode_length_s=2.0),
6666
teleop_device=teleop_device,
6767
)
6868

0 commit comments

Comments
 (0)