This commit is contained in:
rangang
2026-08-03 15:50:43 +08:00
12 changed files with 514 additions and 26 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ def _init_license():
# 生产环境(exe 打包)→ 严格执行验签
from license_utils import check_license
check_license() # 验签并启动唯一的后台巡检线程,失败直接退出
check_license() # 仅启动时验签,失败直接退出
_LICENSE_CHECKED = True
+1
View File
@@ -6,6 +6,7 @@
import threading
import io
import requests
import torch
from stable_baselines3 import SAC