清理多余策略

This commit is contained in:
meiqi
2026-03-30 15:30:30 +08:00
parent 32702e25f3
commit cc1f766009
19 changed files with 3 additions and 929 deletions

View File

@@ -14,8 +14,6 @@ class FSMStateName(Enum):
STOP = 0 # 停止状态
ZERO = 1 # 零位状态
WALKAMP = 2 # WALKAMP策略状态
MYPOLICY = 3 # 自定义策略状态
XSIMRUN = 4 # 更贴近sim2sim的xSIM run状态
class FSMState(ABC):
"""FSM状态抽象基类"""