From 6f11e408073b4e9681f1d182473c3e193bd75845 Mon Sep 17 00:00:00 2001 From: Kian-Meng Ang Date: Tue, 18 Apr 2023 09:30:12 +0800 Subject: [PATCH] Fix typo, Speicify -> Specify --- main/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.