Views
No views yet
smartlogistics/ — OpenEnv-compatible environment implementation with typed modelsapp.py — FastAPI server exposing reset, step, and state endpointsinference.py — baseline agent using OpenAI client and deterministic fallbackopenenv.yaml — environment metadata and endpoint mappingDockerfile — container image for deployment to Hugging Face Spaces or any Docker hostmovepickupdeliverrechargewaiteasy — deliver a small set of packages with relaxed deadlinesmedium — manage delivery deadlines and priority packageshard — complete delivery under time, battery, and priority constraintspip install -r requirements.txtuvicorn app:app --host 0.0.0.0 --port 8080/reset, /step, and /state with JSON body payloads.API_BASE_URLMODEL_NAMEHF_TOKENpython inference.py1docker build -t smartlogistics .
2docker run -p 8080:8080 smartlogisticsDockerfile and a FastAPI app.