Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/agentscope-ai/Trinity-RFT
/ read
Method
read
trinity/buffer/storage/file.py:68–71 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
66
self.file.flush()
67
68
def
read(self) -> List:
69
raise
NotImplementedError(
70
"read() is not implemented for FILE Storage, please use QUEUE instead"
71
)
72
73
def
acquire(self) -> int:
74
self.ref_count += 1
Callers
15
process_experience
Function · 0.45
explore_step
Method · 0.45
eval
Method · 0.45
debug
Method · 0.45
sample
Method · 0.45
sample
Method · 0.45
sample
Method · 0.45
prepare
Method · 0.45
validate
Method · 0.45
get_latest_state_dict
Function · 0.45
get_verl_checkpoint_info
Function · 0.45
_find_verl_latest_state_dict
Method · 0.45
Calls
no outgoing calls
Tested by
14
test_exact_header_sizing
Method · 0.36
test_valid_safetensors_header
Method · 0.36
test_data_juicer_operators
Method · 0.36
test_serve
Method · 0.36
test_concurrent_workflow_runner
Method · 0.36
thread_read
Method · 0.36
test_buffer_reader_registration
Method · 0.36
test_read_task
Method · 0.36
test_file_reader
Method · 0.36
test_task_scheduler_simple
Method · 0.36
test_experience_pipeline
Method · 0.36
test_trainer
Method · 0.36