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

Method need_eval

trinity/explorer/explorer.py:404–405  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

402 return False
403
404 def need_eval(self) -> bool:
405 return self.explore_step_num % self.config.explorer.eval_interval == 0
406
407 async def eval(self):
408 """Evaluation on all evaluation data samples."""

Callers 1

exploreMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected