Fix trailing whitespace in community README

This commit is contained in:
Shannon Sands 2025-05-27 13:58:40 +10:00
parent f8912ae41d
commit d3803f62f2

View file

@ -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)
```