fix: introduce SCORE_EPSILON and clamp scores in run_episode and main functions b93cee3 adityss commited on 6 days ago
fix: clamp scores after rounding and ensure all sub-scores are clamped e58b5ec ShreeshantXD commited on 6 days ago
fix: clamp all scores to open interval (0, 1) to meet validator requirements ef0556b ShreeshantXD commited on 6 days ago
fix: use golang:1.21 instead of alpine for better Docker registry compatibility 287d2a3 ShreeshantXD commited on 6 days ago
refactor: update default model and API endpoint, enhance error handling, and add close method for compatibility 891cc5b adityss commited on 6 days ago
fix: provide fallback API key and add safety check for empty observations in inference client fe2f8c9 adityss commited on 7 days ago
Fix inference.py: handle missing API key gracefully, wrap all exceptions 9fd03cb ShreeshantXD commited on 7 days ago
fix: add server entry point and pyproject scripts for OpenEnv validator 91cc891 ShreeshantXD commited on 7 days ago
Add root landing page handler with links to dashboard and API endpoints 90c0e10 ShreeshantXD commited on 8 days ago
feat: enhance episode completion logging with success status and rewards 18e9b8c ShreeshantXD commited on 8 days ago
Merge branch 'main' of https://github.com/LO-Kyu/gridmind bc5825d ShreeshantXD commited on 8 days ago
feat: add OpenEnv submission validator script to check HF Space status and Docker build e82aa27 adityss commited on 8 days ago
chore: update environment variable defaults in .env.example and inference.py for clarity and consistency eb251de adityss commited on 8 days ago
Refactor project structure and remove unused files; update inference script for clarity and compliance with environment variable handling. 4c68447 adityss commited on 8 days ago
fix: update Dockerfile for dependency management and remove unused packages; clean up inference.py 5c4340e adityss commited on 8 days ago
refactor: update Dockerfile and pyproject.toml for dependency management; remove FastAPI server implementation cda28c0 adityss commited on 8 days ago
feat: add baseline scores JSON and update inference.py for hackathon spec compliance dd83f0d adityss commited on 9 days ago
feat: add server script entry point and create uv.lock for dependency management 85593d9 adityss commited on 9 days ago
Merge branch 'main' of https://github.com/LO-Kyu/gridmind 0c3f011 Prajwal782007 commited on 9 days ago
perf: update baseline scores with reduced elapsed execution times f506286 Prajwal782007 commited on 9 days ago
feat: add real-time dashboard visualization script and update baseline scores configuration 35b91c0 Prajwal782007 commited on 9 days ago
feat: add example environment variables, update README, and enhance inference script for better error handling b054ef7 ShreeshantXD commited on 9 days ago
docs: update docker run commands to expose port 7861 in README 926806a adityss commited on 9 days ago
chore: update baseline scores for Llama-3.3-70b-instruct model on OpenRouter 41ffa07 adityss commited on 9 days ago
feat: initialize project with documentation, inference script, and environment configuration b4281fc adityss commited on 10 days ago
feat: implement core environment simulation logic and update baseline scores 5569b4d adityss commited on 10 days ago
feat: add task weights to configuration and implement LLM-based inference agent 0361922 adityss commited on 10 days ago
docs: add reward structure and deployment guide, update baseline scores, and implement dashboard UI e3fbc9c Prajwal782007 commited on 10 days ago