Gridmind / inference.py

Commit History

refactor: replace heuristic log generation with Go-based environment simulation and update API schema
3b977fc

adityss commited on

Add coordinator endpoint tests and project readiness verification script
88da572

adityss commited on

feat: implement Go-based GridMind-RL simulation core and update inference interface (graph)
a4671c4

Prajwal782007 commited on

feat: add multi-agent and planning CLI flags to inference and expose environment metadata via /info endpoint
ebe8fa5

adityss commited on

Add Task 4 instruction following, Curriculum Manager for self-improvement, and world modeling simulation
0af208b

adityss commited on

refactor: Inference and readme
f020509

ShreeshantXD commited on

rewrite reward system
32565e1

ShreeshantXD commited on

fix llm based reward output
2ede269

ShreeshantXD commited on

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

adityss 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

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

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

adityss commited on

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

ShreeshantXD commited on

feat: add baseline scores JSON, inference script, and update Dockerfile for improved project structure
6d74982

ShreeshantXD commited on