Add diagnostic logging to task_registry for validator discovery debugging 85033ed NanduKondreddy commited on Apr 11
Fix: grader reward clamping - use [0.0, 1.0] range per validator spec 1aaa0e8 NanduKondreddy commited on Apr 11
Revert: environment.step() is now grading-only (LLM solving happens in inference.py) 61cc465 NanduKondreddy commited on Apr 11
Fix: use HF_TOKEN or API_KEY for autonomous solver credentials d255d10 NanduKondreddy commited on Apr 11
Integrate LLM agent into environment.step() - autonomously generate fixes when validator sends empty fixed_config 02c2ba4 NanduKondreddy commited on Apr 11
Enhanced validator payload diagnostic logging - capture action schema and fixed_config details 101d812 NanduKondreddy commited on Apr 11
Debug: log what validator is actually submitting to step endpoint eac318a NanduKondreddy commited on Apr 11
Dual-interface compatibility: graders return float for validator, environment converts to tuple internally 79145d3 NanduKondreddy commited on Apr 11
Debug: add grader output logging to inspect raw reward values d661cb5 NanduKondreddy commited on Apr 11
Critical: fix grader wrapper to return tuple (reward, error_msg, bugs_fixed) with clamped reward 7eba106 NanduKondreddy commited on Apr 11
Fix: implement grader wrapper API with float returns and strict (0.001, 0.999) bounds 1818234 NanduKondreddy commited on Apr 11
Fix: limit task registry to 3 validated graded tasks (JSON, YAML, Dockerfile) 6a53124 NanduKondreddy commited on Apr 11
Fix: add reward clamping to all graders for strict (0,1) score range d15f73e NanduKondreddy commited on Apr 11
Fix: adjust all grader scores to strictly between 0 and 1 (not including 0 or 1) 5c4143f NanduKondreddy commited on Apr 11