This commit is contained in:
Jai Suphavadeeprasit 2026-01-21 17:09:15 -05:00
parent 806888d9d3
commit 67b322353d

View file

@ -148,8 +148,6 @@ class GSM8KEvalEnv(BaseEnv):
async def setup(self) -> None:
"""Initialize the environment and load the dataset."""
await super().setup()
# Initialize math executor
self._math_executor = get_math_executor(self.config.max_math_workers)