Skip to content

Commit

Permalink
renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
lochungtin committed Apr 5, 2022
1 parent adb1035 commit 319c9ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ def parseOptions(opts, args) -> Tuple[type, dict[str, object], int]:

# print help text
def printHelp() -> None:
print("launch.py -a <app name> -f <first ghost variant> -s <secont ghost variant> -i <iterations>")
print("launch.py -a <app option> -f <first ghost variant> -s <secont ghost variant> -i <number of games>")

print("\n-a --app <app name> options: (required)")
print("\n-a --app <app option> options: (required)")
print("\tplay [player control app]")
print("\tauto [baseline agent app]")
print("\taverage [average performance app w/o gui]")
Expand Down

0 comments on commit 319c9ea

Please sign in to comment.