Commit History

Update Dockerfile to build frontend for Spaces deployment
da3a03d

havinashpatil commited on

Resolve merge conflict and update HF Space URL
99213a1

havinashpatil commited on

initial commit
52752ed
verified

ceoavinash commited on

Serve React frontend from FastAPI backend for one-click access
62c7e95

havinashpatil commited on

Fix emoji in README
034343c

havinashpatil commited on

Update README with HF Space metadata
c40cb2b

havinashpatil commited on

Finalizing CodeArena RL Benchmark: frontend improvements, GRPO training scripts, and cleaned environment
03a7eb9

havinashpatil commited on

fix: clamp reward to [0.01,0.99] so .2f never rounds to 0.00 or 1.00
59fd9d3

havinashpatil commited on

fix: removed invalid openenv-py package from notebook install cell
82e39c9

havinashpatil commited on

feat: use m-a-p/Code-Feedback dataset for GRPO training
9204c04

havinashpatil commited on

chore: update dependencies and include training results for README
8599a81

havinashpatil commited on

docs: Rewrite README for hackathon submission
3f9399a

havinashpatil commited on

Complete all tasks: Adaptive curriculum, GRPO, React frontend, LLM-as-a-judge
a448db8

havinashpatil commited on

Upload meta
03defc2

havinashpatil commited on

fix: reset task_id parsing, grader tuple crash fallback, and inference score output
646409d

adityanaikhpt commited on

fix: exclusive score clamping (0.001, 0.999) for evaluator
2d8d38c

adityanaikhpt commited on

fix: clamp scores to strict (0.001, 0.999) range
b3485c6

adityanaikhpt commited on

Rewrite inference.py for strict OpenEnv parsing + add httpx
eb60bd2

adityanaikhpt commited on

fix: openenv.yaml tasks graders + strict score bounds
9967cb5

adityanaikhpt commited on

fix: add safe_reward() clamp at every reward return point
f14f8d9

adityanaikhpt commited on

Minimal patch: standalone proxy ping + reward clamped to (0,1)
74bfde0

adityanaikhpt commited on

Add normalize_reward(); enforce strict (0,1) on all paths
b53855f

adityanaikhpt commited on

Update grading logic to strict (0,1) ratio fallback
78b7e6b

adityanaikhpt commited on

fix: use API_BASE_URL/API_KEY for LiteLLM proxy β€” always make API call (Phase 2)
51fdbe8

adityanaikhpt commited on

fix: make inference.py crash-proof when OPENAI_API_KEY is missing (Phase 2)
1fe26af

adityanaikhpt commited on

fix: OpenEnv multi-mode compliance β€” add main() entrypoint and uv.lock
e92bfc1

adityanaikhpt commited on

Add pyproject.toml for OpenEnv validation compliance
652f070

adityanaikhpt commited on

Production-ready: add server/app.py with fallback-safe /reset, fix Dockerfile, add HF metadata, add task JSON files
dcc8fa3

adityanaikhpt commited on