Fix typo, Speicify -> Specify

This commit is contained in:
Kian-Meng Ang 2023-04-18 09:30:12 +08:00
parent 776b8a3022
commit 6f11e40807

View File

@ -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.