Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Siddharth Narayanan <sidnarayanan@users.noreply.github.com>
  • Loading branch information
whitead and sidnarayanan authored Dec 18, 2024
1 parent 8ef45fb commit 9d69db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ new_action, new_agent_state, value = await agent.get_asv(
)
```

`get_asv(agent_state, obs)` chooses an action (`a`) from the observation messages,
`get_asv(agent_state, obs)` chooses an action (`a`) conditioned on the observation messages,
and returns the next agent state (`s`) and a value estimate (`v`).
The first argument, `agent_state`, is a state specific for the agent.
We make the state extrinsic so that agents are functional (enabling concurrency across environments).
Expand Down

0 comments on commit 9d69db7

Please sign in to comment.