diff --git a/main/test.py b/main/test.py index 50d8dbf..633cd8d 100644 --- a/main/test.py +++ b/main/test.py @@ -21,7 +21,7 @@ from street_fighter_custom_wrapper import StreetFighterCustomWrapper RESET_ROUND = True # Whether to reset the round when fight is over. RENDERING = True # Whether to render the game screen. -MODEL_NAME = r"ppo_ryu_2500000_steps_updated" # Speicify the model file to load. Model "ppo_ryu_2500000_steps_updated" is capable of beating the final stage (Bison) of the game. +MODEL_NAME = r"ppo_ryu_2500000_steps_updated" # Specify the model file to load. Model "ppo_ryu_2500000_steps_updated" is capable of beating the final stage (Bison) of the game. # Model notes: # ppo_ryu_2000000_steps_updated: Just beginning to overfit state, generalizable but not quite capable.