Commit History

refactor: Inference and readme
f020509
Running

ShreeshantXD commited on

rewrite reward system
32565e1

ShreeshantXD commited on

fix llm based reward output
2ede269

ShreeshantXD commited on

fix: problems with parameters
f316664

ShreeshantXD commited on

fix: reward system
8242dc3

ShreeshantXD commited on

fix: introduce SCORE_EPSILON and clamp scores in run_episode and main functions
b93cee3

adityss commited on

fix: clamp scores after rounding and ensure all sub-scores are clamped
e58b5ec

ShreeshantXD commited on

fix: clamp all scores to open interval (0, 1) to meet validator requirements
ef0556b

ShreeshantXD commited on

fix: mirror all base images via gcr.io
db76306

ShreeshantXD commited on

fix: use gcr.io mirror to avoid Docker Hub rate limits
7e27f89

ShreeshantXD commited on

fix: use golang:1.21 instead of alpine for better Docker registry compatibility
287d2a3

ShreeshantXD commited on

fix: auto-start env server in inference.py
30aa472

ShreeshantXD commited on

refactor: update default model and API endpoint, enhance error handling, and add close method for compatibility
891cc5b

adityss commited on

Merge branch 'origin/main' with local changes overriding
fd3e9b6

adityss commited on

fix: provide fallback API key and add safety check for empty observations in inference client
fe2f8c9

adityss commited on

Sync root inference.py with fixed python/inference.py
588b24a

ShreeshantXD commited on

Fix inference.py: handle missing API key gracefully, wrap all exceptions
9fd03cb

ShreeshantXD commited on

fix: add 'server' entry point for OpenEnv validator
427e52b

ShreeshantXD commited on

fix: add server entry point and pyproject scripts for OpenEnv validator
91cc891

ShreeshantXD commited on

Merge branch 'main' of https://github.com/LO-Kyu/gridmind
0d301ce

adityss commited on

Fix UTF-8 encoding for landing page emojis
f75687e

ShreeshantXD commited on

Fix GitHub URL in landing page
1838d55

ShreeshantXD commited on

Fix supervisord permissions for HF Spaces non-root user
13a69d0

ShreeshantXD commited on

Add root landing page handler with links to dashboard and API endpoints
90c0e10

ShreeshantXD commited on

Fix dashboard paths for /dashboard reverse proxy
832f069

ShreeshantXD commited on

Add dashboard reverse proxy at /dashboard
84fb786

ShreeshantXD commited on

feat: enhance episode completion logging with success status and rewards
18e9b8c

ShreeshantXD commited on

Merge branch 'main' of https://github.com/LO-Kyu/gridmind
bc5825d

ShreeshantXD commited on

Add HF Space metadata
bacf63d

ShreeshantXD commited on

Remove exe files
b8ad1ba

ShreeshantXD commited on

feat: add OpenEnv submission validator script to check HF Space status and Docker build
e82aa27

adityss commited on

chore: update environment variable defaults in .env.example and inference.py for clarity and consistency
eb251de

adityss commited on

Refactor project structure and remove unused files; update inference script for clarity and compliance with environment variable handling.
4c68447

adityss commited on

fix: update Dockerfile for dependency management and remove unused packages; clean up inference.py
5c4340e

adityss commited on

refactor: update Dockerfile and pyproject.toml for dependency management; remove FastAPI server implementation
cda28c0

adityss commited on

feat: add baseline scores JSON and update inference.py for hackathon spec compliance
dd83f0d

adityss commited on

feat: add server script entry point and create uv.lock for dependency management
85593d9

adityss commited on

Enhance Dockerfile and project structure for GridMind-RL
c588022

adityss commited on

Merge branch 'main' of https://github.com/LO-Kyu/gridmind
0c3f011

Prajwal782007 commited on

Update Python version requirement to 3.10+
8fc598c

ShreeshantXD commited on

perf: update baseline scores with reduced elapsed execution times
f506286

Prajwal782007 commited on

feat: add real-time dashboard visualization script and update baseline scores configuration
35b91c0

Prajwal782007 commited on

feat: add example environment variables, update README, and enhance inference script for better error handling
b054ef7

ShreeshantXD commited on

docs: update docker run commands to expose port 7861 in README
926806a

adityss commited on

chore: update baseline scores for Llama-3.3-70b-instruct model on OpenRouter
41ffa07

adityss commited on

feat: initialize project with documentation, inference script, and environment configuration
b4281fc

adityss commited on

feat: implement core environment simulation logic and update baseline scores
5569b4d

adityss commited on

feat: add task weights to configuration and implement LLM-based inference agent
0361922

adityss commited on

docs: add reward structure and deployment guide, update baseline scores, and implement dashboard UI
e3fbc9c

Prajwal782007 commited on