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

Method metric_min_step

tests/tools.py:442–443  ·  view source on GitHub ↗
(self, metric_name: str)

Source from the content-addressed store, hash-verified

440 return metric_name in self._metrics
441
442 def metric_min_step(self, metric_name: str) -> int:
443 return min(self.metric_steps(metric_name))
444
445 def metric_max_step(self, metric_name: str) -> int:
446 return max(self.metric_steps(metric_name))

Callers 2

test_trainerMethod · 0.95
test_trainerMethod · 0.95

Calls 1

metric_stepsMethod · 0.95

Tested by 2

test_trainerMethod · 0.76
test_trainerMethod · 0.76