mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-23 16:54:56 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
653a8b4543
commit
8cc83db6ee
1 changed files with 3 additions and 1 deletions
|
|
@ -915,7 +915,9 @@ class ReasoningGymEnv(BaseEnv):
|
|||
score_for_rollout = scores_container["scores"][i]
|
||||
failed_rollouts_with_scores_to_save.append(
|
||||
{
|
||||
"conversation": rollout_item["messages"], # Full conversation history
|
||||
"conversation": rollout_item[
|
||||
"messages"
|
||||
], # Full conversation history
|
||||
"score": score_for_rollout,
|
||||
}
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue