Merge https://git.dominatedconvergence.com/Epifnne/ReinLoop into reinlooptest
This commit is contained in:
@@ -30,7 +30,7 @@ def _init_license():
|
||||
# 生产环境(exe 打包)→ 严格执行验签
|
||||
from license_utils import check_license
|
||||
|
||||
check_license() # 验签并启动唯一的后台巡检线程,失败直接退出
|
||||
check_license() # 仅启动时验签,失败直接退出
|
||||
|
||||
_LICENSE_CHECKED = True
|
||||
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
|
||||
import threading
|
||||
import io
|
||||
import requests
|
||||
import torch
|
||||
from stable_baselines3 import SAC
|
||||
|
||||
|
||||
Reference in New Issue
Block a user