Add CLAUDE.md project guide and HF Space deployment script ef16990 Sushruth21 Claude Opus 4.6 commited on 3 days ago
FIX: Make graders.py self-contained to fix Phase 2 validation failure a561a86 Sushruth21 Claude Opus 4.6 commited on 3 days ago
FIX: Update openenv.yaml to use graders module instead of task_graders - ensures validator can discover all 5 graders ece9033 Sushruth21 commited on 4 days ago
Fix PYTHONPATH in Dockerfile to include /app/env for grader discovery dd09693 Sushruth21 commited on 4 days ago
Add inference script and grader validation guide for judges 167e7cd Sushruth21 commited on 4 days ago
Add __all__ export to task_graders.py for proper validator discovery of graders 3e2db72 Sushruth21 commited on 4 days ago
Fix: Entry point should reference main function for multi-mode deployment 1ac045c Sushruth21 commited on 4 days ago
Fix: Export app from server package for entry point resolution 9844006 Sushruth21 commited on 4 days ago
Add [project.scripts] server entry point for OpenEnV validation ec5162a Sushruth21 commited on 4 days ago
Merge branch 'main' of https://github.com/Sushruth-21/Energy-and-Memory-Ram-Optimization 50dd076 Sushruth21 commited on 4 days ago
Merge pull request #1 from Sushruth-21/temp-clean ef83b36 unverified Sushruth21 commited on 4 days ago
Fix Dockerfile and graders.py: Remove he_demo namespace references affd8d5 Sushruth21 commited on 4 days ago
Fix Dockerfile and graders.py: Remove he_demo namespace references e17cdab Sushruth21 commited on 4 days ago
Fix pyproject.toml: Remove he_demo namespace for root-level structure 2f1c122 Sushruth21 commited on 4 days ago
merge: combine inference_v2.py into inference.py with token rewards, pipeline, and benchmarks while maintaining validation support 43d440b Sushruth21 commited on 4 days ago
fix: update openenv.yaml with root-level paths and task configurations 3999d31 Sushruth21 commited on 4 days ago
refactor: revert to root-level package structure with proper imports and hacky pyproject.toml setup a2d497c Sushruth21 commited on 4 days ago
fix: update validation scripts with proper he_demo imports for openenv validation c4530ac Sushruth21 commited on 4 days ago
Fix pyproject.toml: Remove he_demo namespace for root-level structure 2d9d7f4 Sushruth21 commited on 4 days ago
merge: combine inference_v2.py into inference.py with token rewards, pipeline, and benchmarks while maintaining validation support 0d49f65 Sushruth21 commited on 4 days ago
fix: update openenv.yaml with root-level paths and task configurations 89f5e25 Sushruth21 commited on 4 days ago
refactor: revert to root-level package structure with proper imports and hacky pyproject.toml setup 433cefc Sushruth21 commited on 4 days ago
fix: update validation scripts with proper he_demo imports for openenv validation cf4926b Sushruth21 commited on 4 days ago
refactor: proper package structure - move he_demo package to dedicated folder be60b79 Sushruth21 commited on 4 days ago
feat: advanced LLM inference v2.0 - token-based rewards & dependent task pipeline cdcdf12 Sushruth21 commited on 4 days ago
feat: comprehensive LLM inference evaluation and validation 71b3314 Sushruth21 commited on 4 days ago
fix: lazy-load OpenAI imports to allow grader discovery without hanging 95e023b Sushruth21 commited on 4 days ago
fix: clamp grader scores strictly between 0 and 1 for validator compliance cca44f4 Sushruth21 commited on 4 days ago
debug: add environment state persistence tests and HF Space debugging guide 4aa36f3 Sushruth21 commited on 4 days ago
feat: remove bias - implement fair, linear reward system (like echo environment) a27c378 Sushruth21 commited on 4 days ago
feat: integrate task_graders code directly into inference.py a10c124 Sushruth21 commited on 5 days ago
feat: normalize rewards to 0-1 scale for consistency with grader spec 731a8d0 Sushruth21 commited on 5 days ago
docs: Add comprehensive run instructions for the energy optimization environment aff00f6 Sushruth21 commited on 5 days ago
docs: Add deployment status confirming Docker build and uv server running 97cdb06 Sushruth21 commited on 5 days ago
docs: Add execution summary documenting all tests passed and deployment complete b941043 Sushruth21 commited on 5 days ago
fix: Correct module imports in validate.py for proper grader mocking 193c1fe Sushruth21 commited on 5 days ago
docs: Add comprehensive hackathon grader integration documentation 1d3978c Sushruth21 commited on 5 days ago
feat: Integrate task-specific grader validation into validation script 71bd022 Sushruth21 commited on 5 days ago
feat: Integrate task-specific graders into training script per hackathon rules 5f74ac2 Sushruth21 commited on 5 days ago