multiworld
multiworld copied to clipboard
Indentation error in `mujoco_envs/sawyer_pick_and_place.py`
In generate_uncorrected_env_goals
, the return
block needs to be unindented by one level or it doesn't return anything when fix_goals == True
.