mirror of
https://github.com/linyiLYi/street-fighter-ai.git
synced 2025-04-03 22:50:43 +00:00
Merge pull request #22 from kianmeng/fix-typo
Fix typo in comment, Speicify -> Specify
This commit is contained in:
commit
9b2b997b5c
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user