FrontierLabs-Env / test_grader2.py
aryxn323's picture
Upload 29 files
3dc0b03 verified
raw
history blame contribute delete
232 Bytes
import json
from graders import grade, grade_task1, grade_task2, grade_task3
from environment import FrontierLabsEnv
env = FrontierLabsEnv()
# Let's forcefully inject score = 1.0 at the end of the file by patching it temporarily.