Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions sim-gameworld-demo/.env.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# ── Inference API credentials ─────────────────────────────────────
# Your NemoClaw / NVIDIA inference API key.
# Required — install.sh will fail if this is not set.
INFERENCE_API_KEY=

# ── Inference provider configuration ──────────────────────────────
# Defaults below target the NVIDIA build API with Claude Opus 4.6.
# Override any of these to use a different provider, model, or endpoint.
INFERENCE_PROVIDER_TYPE=
INFERENCE_PROVIDER_NAME=
INFERENCE_BASE_URL=
INFERENCE_MODEL=

# ── ALFWorld data path (required) ─────────────────────────────────
# Absolute path to the ALFWorld dataset on the host machine.
# On Brev machines the data is pre-downloaded here:
ALFWORLD_DATA=/ephemeral/cache/alfworld
# If you downloaded the data yourself, set this to your download path:
# ALFWORLD_DATA=/home/youruser/alfworld_data

# ── MCP server configuration (optional overrides) ─────────────────
# Uncomment and change only if you need a non-default port or path.
# MCP_ALFWORLD_HOST=0.0.0.0
# MCP_ALFWORLD_PORT=9001
# MCP_ALFWORLD_PATH=/mcp
Loading