def _configure_environment()

in gym_soccer/envs/soccer_env.py [0:0]


    def _configure_environment(self):
        """
        Provides a chance for subclasses to override this method and supply
        a different server configuration. By default, we initialize one
        offense agent against no defenders.
        """
        self._start_hfo_server()