mirror of
https://github.com/linyiLYi/street-fighter-ai.git
synced 2025-04-03 06:30:42 +00:00
Revise save_dir
This commit is contained in:
parent
3bb2933751
commit
78cb661e6c
@ -86,7 +86,7 @@ def main():
|
||||
)
|
||||
|
||||
# Set the save directory
|
||||
save_dir = "trained_models_test"
|
||||
save_dir = "trained_models"
|
||||
os.makedirs(save_dir, exist_ok=True)
|
||||
|
||||
# Load the model from file
|
||||
|
Loading…
Reference in New Issue
Block a user