mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-08-08 12:37:44 +00:00
7 lines
188 B
Python
7 lines
188 B
Python
|
|
from __future__ import annotations
|
||
|
|
|
||
|
|
from rdagent.core.evolving_framework import KnowledgeBase
|
||
|
|
from rdagent.core.proposal import Trace
|
||
|
|
|
||
|
|
RLTrace = Trace["RLPostTrainingScen", KnowledgeBase]
|