Skip to content

Commit

Permalink
Make pitch walls transparent.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 235961702
  • Loading branch information
DeepMind authored and alimuldal committed Mar 1, 2019
1 parent ef597f4 commit 62662e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dm_control/locomotion/soccer/pitch.py
Expand Up @@ -131,7 +131,7 @@ def _build(self,
self._mjcf_root.worldbody.add(
'geom',
type='box',
rgba=[.3, .3, .3, .3],
rgba=[.3, .3, .3, .0],
pos=wall_pos,
size=wall_size))
# Build roof.
Expand Down

0 comments on commit 62662e7

Please sign in to comment.