feat(*): Use SB3 with multiple game instances

This commit is contained in:
Josh Creek
2023-09-28 20:19:10 +01:00
parent 4122853d88
commit ecfde8273d
2 changed files with 124 additions and 83 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import os
from stable_baselines3 import PPO
model_zip = "PPO-rl2/280000.zip"
model_zip = "exit_save.zip"
class Agent: