Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agentscope-ai/Trinity-RFT
/ _should_stop
Method
_should_stop
trinity/buffer/task_scheduler.py:181–182 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
179
return
taskset_ids
180
181
def
_should_stop(self) -> bool:
182
return
self.step >= self.max_steps
183
184
async
def
read(self) -> List:
185
""
"Read a batch of tasks according to the current schedule.
Callers
1
read
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected