Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion verifiers/envs/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -1074,7 +1074,7 @@ def set_score_rollouts(self, score_rollouts: bool) -> None:
"""Set the score rollouts flag for this environment."""
self.score_rollouts = score_rollouts

make_dataset = make_dataset
make_dataset = staticmethod(make_dataset)


_EnvT = TypeVar("_EnvT", bound=Environment)
Expand Down