# Copy this file to .env and fill only the integrations you use.
# Never commit .env or real credential values.

# Required by train, smoke, learner and actor when distributed transport is enabled.
# Generate a random value at least 32 characters long.
TRACKMANIARL_DISTRIBUTED_TOKEN=

# Optional Weights & Biases authentication.
WANDB_API_KEY=

# Optional Google Gemini authentication for GeminiStrategy.
# google-genai also accepts the alternative below; use only one of the two names.
GEMINI_API_KEY=
# GOOGLE_API_KEY=

# Install-time switch for CI or machines where ViGEmBus is already managed.
# .env is not loaded by uv sync; export this before synchronization when needed:
# VGAMEPAD_SKIP_VIGEMBUS_INSTALL=true
