mirror of
https://github.com/linyiLYi/street-fighter-ai.git
synced 2025-04-03 22:50:43 +00:00
Update test.py
This commit is contained in:
parent
3da56b75e5
commit
ea8517f0ad
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user