Skip to content

Commit

Permalink
Fix typo in play.py
Browse files Browse the repository at this point in the history
  • Loading branch information
benaslater authored Dec 13, 2023
1 parent 7861f36 commit b6d66cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/play.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def load_config_and_play(configuration_file: str) -> None:
0, 1000
) # use a random port to avoid problems if a previous version exits slowly

print("initializaing AAI environment")
print("Initializing AAI environment")
environment = AnimalAIEnvironment(
file_name=env_path,
base_port=port,
Expand Down Expand Up @@ -48,4 +48,4 @@ def load_config_and_play(configuration_file: str) -> None:
configuration_file = competition_folder + configuration_files[configuration_random]
print(F"Using configuration file {configuration_file}")

load_config_and_play(configuration_file=configuration_file)
load_config_and_play(configuration_file=configuration_file)

0 comments on commit b6d66cc

Please sign in to comment.