-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
31 lines (26 loc) 路 1.34 KB
/
Copy path.env.example
File metadata and controls
31 lines (26 loc) 路 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# ---------------------------------------------------------------------------
# Sponsor credentials for the RL Warehouse project.
# Copy this file to ".env" and fill in your keys: cp .env.example .env
# ".env" is gitignored, so your real keys never get committed.
# Verify your setup any time with: python env_setup.py
# ---------------------------------------------------------------------------
# HUD - the RL environments / agentic-eval platform (REQUIRED to win).
# Get it from your HUD dashboard at https://hud.ai (or app.hud.so).
HUD_API_KEY=
# Anthropic - Claude, used as the LLM "warehouse coordinator" agent.
# Get it from https://console.anthropic.com (API Keys).
ANTHROPIC_API_KEY=
# Fireworks - fine-tune / serve open models (RFT story).
# Get it from https://app.fireworks.ai (API Keys).
FIREWORKS_API_KEY=
# The exact model id from its Fireworks model page, e.g.:
# accounts/fireworks/models/glm-5p2
# accounts/fireworks/models/qwen3p7-plus
FIREWORKS_MODEL=accounts/fireworks/models/minimax-m3
# Modal - cloud compute / sandboxes. Easiest path is `modal token new`
# (browser auth, no env var needed). These two are only for headless/CI auth.
MODAL_TOKEN_ID=
MODAL_TOKEN_SECRET=
# Antim Labs - physical-AI simulation infra. CONFIRM the exact variable name
# with Antim at the event / in their docs; this is a best-guess placeholder.
ANTIM_API_KEY=