We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be7a7dc commit ca66a3cCopy full SHA for ca66a3c
1 file changed
dm_control/locomotion/arenas/corridors.py
@@ -233,8 +233,9 @@ def regenerate(self, random_state):
233
# Resize the entire corridor first.
234
super(GapsCorridor, self).regenerate(random_state)
235
236
- # Move the clear ground plane down.
+ # Move the ground plane down and make it invisible.
237
self._ground_plane.pos = [self._current_corridor_length / 2, 0, -10]
238
+ self._ground_plane.rgba = [0, 0, 0, 0]
239
240
# Clear the existing platform pieces.
241
self._ground_body.geom.clear()
0 commit comments