File tree Expand file tree Collapse file tree
dm_control/locomotion/soccer Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -713,3 +713,12 @@ def initialize_episode_mjcf(self, random_state):
713713
714714 # Resize, reposition and recolor hoarding geoms.
715715 self ._update_hoarding ()
716+
717+
718+ # Mini-football (5v5) dimensions.
719+ _GOAL_LENGTH = 3.66
720+ _GOAL_SIDE = 1.22
721+
722+ MINI_FOOTBALL_MIN_AREA_PER_HUMANOID = 100.0
723+ MINI_FOOTBALL_MAX_AREA_PER_HUMANOID = 350.0
724+ MINI_FOOTBALL_GOAL_SIZE = (_GOAL_SIDE / 2 , _GOAL_LENGTH / 2 , _GOAL_SIDE / 2 )
Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ def is_excluded(s):
177177
178178setup (
179179 name = 'dm_control' ,
180- version = '0.0.364896371 ' ,
180+ version = '0.0.365225597 ' ,
181181 description = 'Continuous control environments and MuJoCo Python bindings.' ,
182182 author = 'DeepMind' ,
183183 license = 'Apache License, Version 2.0' ,
You can’t perform that action at this time.
0 commit comments