item 23 pre-registered: d=1 ceiling controls (x600 undertrain arm, pp30 pause-bandwidth arm, +-5pt decision rule); trainer gains --tag-suffix
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -51,12 +51,14 @@ ap.add_argument("--pause-per-step", type=int, default=10,
|
||||
ap.add_argument("--warm-start", default=None, metavar="ADAPTER_PT")
|
||||
ap.add_argument("--steps", type=int, default=STEPS)
|
||||
ap.add_argument("--lr", type=float, default=LR)
|
||||
ap.add_argument("--tag-suffix", default="",
|
||||
help="appended to TAG (distinguish control variants)")
|
||||
ARGS = ap.parse_args()
|
||||
STEPS, LR = ARGS.steps, ARGS.lr
|
||||
TAG = ("carrycot_ff" if ARGS.feedforward else "carrycot") + (
|
||||
f"_b{ARGS.drop_steps}" if ARGS.drop_steps else "") + (
|
||||
f"_ln{ARGS.lensnoise.replace(',', '_')}" if ARGS.lensnoise else "") + (
|
||||
f"_s{ARGS.seed}" if ARGS.seed else "")
|
||||
f"_s{ARGS.seed}" if ARGS.seed else "") + ARGS.tag_suffix
|
||||
|
||||
|
||||
def drop_cot_steps(cot, d):
|
||||
|
||||
Reference in New Issue
Block a user