MCPcopy Create free account
hub / github.com/agentscope-ai/Trinity-RFT / log

Method log

trinity/utils/monitor.py:62–63  ·  view source on GitHub ↗

Log metrics.

(self, data: dict, step: int, commit: bool = False)

Source from the content-addressed store, hash-verified

60
61 @abstractmethod
62 def log(self, data: dict, step: int, commit: bool = False) -> None:
63 """Log metrics."""
64
65 @abstractmethod
66 def close(self) -> None:

Callers 14

logMethod · 0.45
logMethod · 0.45
_finish_stepsMethod · 0.45
_finish_explore_stepMethod · 0.45
_finish_eval_stepMethod · 0.45
submit_experiencesMethod · 0.45
__call__Method · 0.45
__call__Method · 0.45
trainMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected