Skip to content

Commit e29a148

Browse files
committed
chore: update
1 parent ca2893d commit e29a148

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
@@ -8,7 +8,7 @@ Standardizing environment infrastructure with [Strands Agents](https://github.co
88

99
## Features
1010

11-
This package treats each `env.step()` as a **full agent loop** `(prompt → (tool_call, tool_response)* → response)`, not a single model call.
11+
This package treats each `env.step()` as a **full agent loop** `(prompt → (tool_call, tool_response+)* → response)`, not a single model call.
1212

1313
- **Define Environments** — Subclass `Environment`, add `@tool` functions, plug in `RewardFunction`
1414
- **RL Training** — Token-level observations for on-policy training with [strands-sglang](https://github.com/horizon-rl/strands-sglang)

0 commit comments

Comments
 (0)