mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
Fix trailing whitespace in community README
This commit is contained in:
parent
f8912ae41d
commit
d3803f62f2
1 changed files with 2 additions and 2 deletions
|
|
@ -2431,10 +2431,10 @@ await env.setup()
|
|||
for episode in range(num_episodes):
|
||||
# Get next training item (resets environment)
|
||||
item = await env.get_next_item()
|
||||
|
||||
|
||||
# Collect robot trajectory
|
||||
scored_data, backlog = await env.collect_trajectories(item)
|
||||
|
||||
|
||||
# Process rewards and update policy
|
||||
# (Policy update logic would be implemented here)
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue