Pin Arena environments to stable Verifiers
This commit is contained in:
@@ -12,7 +12,7 @@ graded = 12 # unlabelled accounts the answer is scored on; 9 is the floor
|
||||
id = "null" # pure-trace reward: one completion, no tools, no runtime
|
||||
|
||||
[env.agent.runtime]
|
||||
# ⚠️ REQUIRED since verifiers 0.3.1.dev59, which changed the default agent runtime from
|
||||
# ⚠️ REQUIRED since verifiers 0.3.1, which changed the default agent runtime from
|
||||
# `subprocess` to `prime` — a REMOTE sandbox. Without this the run exits
|
||||
# `SystemExit: not authenticated with prime` before a single rollout, having already created
|
||||
# its output directory and a zero-line traces.jsonl, so it reads as a failed eval rather than
|
||||
|
||||
@@ -11,7 +11,7 @@ id = "canary-trap"
|
||||
id = "null" # pure-trace reward: one completion, no tools, no runtime
|
||||
|
||||
[env.agent.runtime]
|
||||
# ⚠️ REQUIRED since verifiers 0.3.1.dev59, which changed the default agent runtime from
|
||||
# ⚠️ REQUIRED since verifiers 0.3.1, which changed the default agent runtime from
|
||||
# `subprocess` to `prime` — a REMOTE sandbox. Without this the run exits
|
||||
# `SystemExit: not authenticated with prime` before a single rollout, having already created
|
||||
# its output directory and a zero-line traces.jsonl, so it reads as a failed eval rather than
|
||||
|
||||
@@ -13,7 +13,7 @@ held_out_kills = 40000 # kills it is scored on
|
||||
id = "null" # pure-trace reward: one completion, no tools, no runtime
|
||||
|
||||
[env.agent.runtime]
|
||||
# ⚠️ REQUIRED since verifiers 0.3.1.dev59, which changed the default agent runtime from
|
||||
# ⚠️ REQUIRED since verifiers 0.3.1, which changed the default agent runtime from
|
||||
# `subprocess` to `prime` — a REMOTE sandbox. Without this the run exits
|
||||
# `SystemExit: not authenticated with prime` before a single rollout, having already created
|
||||
# its output directory and a zero-line traces.jsonl, so it reads as a failed eval rather than
|
||||
|
||||
@@ -11,7 +11,7 @@ id = "fault-localisation"
|
||||
id = "null" # pure-trace reward: one completion, no tools, no runtime
|
||||
|
||||
[env.agent.runtime]
|
||||
# ⚠️ REQUIRED since verifiers 0.3.1.dev59, which changed the default agent runtime from
|
||||
# ⚠️ REQUIRED since verifiers 0.3.1, which changed the default agent runtime from
|
||||
# `subprocess` to `prime` — a REMOTE sandbox. Without this the run exits
|
||||
# `SystemExit: not authenticated with prime` before a single rollout, having already created
|
||||
# its output directory and a zero-line traces.jsonl, so it reads as a failed eval rather than
|
||||
|
||||
@@ -14,7 +14,7 @@ held_out = 30 # ticks its orders are executed against
|
||||
id = "null" # pure-trace reward: one completion, no tools, no runtime
|
||||
|
||||
[env.agent.runtime]
|
||||
# ⚠️ REQUIRED since verifiers 0.3.1.dev59, which changed the default agent runtime from
|
||||
# ⚠️ REQUIRED since verifiers 0.3.1, which changed the default agent runtime from
|
||||
# `subprocess` to `prime` — a REMOTE sandbox. Without this the run exits
|
||||
# `SystemExit: not authenticated with prime` before a single rollout, having already created
|
||||
# its output directory and a zero-line traces.jsonl, so it reads as a failed eval rather than
|
||||
|
||||
@@ -23,7 +23,7 @@ visible = 56 # warmup ticks, read before the first look
|
||||
id = "null" # pure-trace reward: a chat loop, no tools, no runtime
|
||||
|
||||
[env.agent.runtime]
|
||||
# ⚠️ REQUIRED since verifiers 0.3.1.dev59, which changed the default agent runtime from
|
||||
# ⚠️ REQUIRED since verifiers 0.3.1, which changed the default agent runtime from
|
||||
# `subprocess` to `prime` — a REMOTE sandbox. Without this the run exits
|
||||
# `SystemExit: not authenticated with prime` before a single rollout, having already created
|
||||
# its output directory and a zero-line traces.jsonl, so it reads as a failed eval rather than
|
||||
|
||||
@@ -14,7 +14,7 @@ held_out = 12 # records it is scored on
|
||||
id = "null" # a pure-trace reward: one completion, no tools, no runtime
|
||||
|
||||
[env.agent.runtime]
|
||||
# ⚠️ REQUIRED since verifiers 0.3.1.dev59, which changed the default agent runtime from
|
||||
# ⚠️ REQUIRED since verifiers 0.3.1, which changed the default agent runtime from
|
||||
# `subprocess` to `prime` — a REMOTE sandbox. Without this the run exits
|
||||
# `SystemExit: not authenticated with prime` before a single rollout, having already created
|
||||
# its output directory and a zero-line traces.jsonl, so it reads as a failed eval rather than
|
||||
|
||||
@@ -11,7 +11,7 @@ id = "schema-migration"
|
||||
id = "null" # pure-trace reward: one completion, no tools, no runtime
|
||||
|
||||
[env.agent.runtime]
|
||||
# ⚠️ REQUIRED since verifiers 0.3.1.dev59, which changed the default agent runtime from
|
||||
# ⚠️ REQUIRED since verifiers 0.3.1, which changed the default agent runtime from
|
||||
# `subprocess` to `prime` — a REMOTE sandbox. Without this the run exits
|
||||
# `SystemExit: not authenticated with prime` before a single rollout, having already created
|
||||
# its output directory and a zero-line traces.jsonl, so it reads as a failed eval rather than
|
||||
|
||||
@@ -25,7 +25,7 @@ seed_base = 115
|
||||
id = "null" # one completion per turn, no tools; the env programs the loop
|
||||
|
||||
[env.agent.runtime]
|
||||
# ⚠️ REQUIRED since verifiers 0.3.1.dev59, which changed the default agent runtime from
|
||||
# ⚠️ REQUIRED since verifiers 0.3.1, which changed the default agent runtime from
|
||||
# `subprocess` to `prime` — a REMOTE sandbox. Without this the run exits
|
||||
# `SystemExit: not authenticated with prime` before a single rollout, having already created
|
||||
# its output directory and a zero-line traces.jsonl, so it reads as a failed eval rather than
|
||||
|
||||
Reference in New Issue
Block a user