# Example environment variables for GridMind-RL # Copy this to .env and fill in real keys for local testing. # Mandatory hackathon secret (set this in HF Space secrets too) HF_TOKEN=your_provider_api_key_here # OpenAI-compatible endpoint (default: OpenRouter free-tier) API_BASE_URL=https://openrouter.ai/api/v1 # Model to use (change to smaller model if you need lower latency/cost) MODEL_NAME=your_chosen_model_name_here # Optional: provider-specific API key fallback for development OPENAI_API_KEY=your_api_key_here # Environment server URL (local Docker) ENV_URL=http://localhost:7860 # Inference script flags # --fast-mode : run heuristic (no LLM calls) for deterministic, instant runs # --episodes N : number of episodes per task