Skip to content

Commit b11fda8

Browse files
committed
chore: update
1 parent 22cb416 commit b11fda8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RL environment abstraction for [Strands Agents](https://github.com/strands-agent
1111
This package standardizes agent environments by treating each `env.step()` as a full agent loop (`prompt → (tool_call, tool_response)* → response`), not a single model call. Built on [strands](https://github.com/strands-agents/sdk-python) agent loop and [`strands-sglang`](https://github.com/horizon-rl/strands-sglang) for RL training.
1212

1313
- **Define environments easily** — subclass `Environment` and implement tools as `@tool` functions
14-
- **Capture token-level observations**TITO data for on-policy RL training (SGLang backend)
14+
- **Capture token-level observations**token-in/token-out trajectories for on-policy RL training (SGLang backend)
1515
- **Plug in reward functions** — evaluate agent outputs with custom `RewardFunction`
1616
- **Run benchmarks**`Evaluator` with pass@k metrics, checkpointing, and resume
1717

0 commit comments

Comments
 (0)