mirror of
https://github.com/velocitatem/PHANTOM.git
synced 2026-05-31 08:33:36 +00:00
chore: cleaning some code
This commit is contained in:
@@ -287,7 +287,7 @@ def _sb3_model_cls(algo: str):
|
||||
raise ValueError(f"unsupported algo '{algo}'")
|
||||
|
||||
|
||||
def train_qtable(cfg: dict) -> tuple[EventQTable, dict]:
|
||||
def train_qtable(cfg: dict) -> tuple["EventQTable", dict]:
|
||||
from .lib.discrete import EventQTable
|
||||
|
||||
np.random.seed(int(cfg["seed"]))
|
||||
|
||||
Reference in New Issue
Block a user