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