From ea8517f0ad8645012595374026ba195f84e9c975 Mon Sep 17 00:00:00 2001 From: linyiLYi <48440925+linyiLYi@users.noreply.github.com> Date: Thu, 13 Apr 2023 19:28:54 +0800 Subject: [PATCH] Update test.py --- main/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/test.py b/main/test.py index d0c62ad..50d8dbf 100644 --- a/main/test.py +++ b/main/test.py @@ -18,7 +18,7 @@ from stable_baselines3 import PPO from street_fighter_custom_wrapper import StreetFighterCustomWrapper -RESET_ROUND = True # Whether to reset the round when fight is over. +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.