football icon indicating copy to clipboard operation
football copied to clipboard

The default football engine is random, how to set it to be deterministic?

Open 353xiong opened this issue 1 year ago • 0 comments

in this function ?

def create_environment(env_name='', stacked=False, representation='extracted', rewards='scoring', write_goal_dumps=False, write_full_episode_dumps=False, render=False, write_video=False, dump_frequency=1, logdir='', extra_players=None, number_of_left_players_agent_controls=1, number_of_right_players_agent_controls=0, channel_dimensions=( observation_preprocessing.SMM_WIDTH, observation_preprocessing.SMM_HEIGHT), other_config_options={}): """Creates a Google Research Football environment.

353xiong avatar Sep 21 '22 07:09 353xiong