Spaces:
Sleeping
Sleeping
| # Copy to .env and fill in values for local development | |
| # In HF Spaces, set these as Space secrets (Settings β Variables and secrets) | |
| # Number of corrupt docs per episode (1-4). Leave blank for random per episode. | |
| DIFFICULTY= | |
| # Max concurrent environment sessions | |
| MAX_CONCURRENT_ENVS=64 | |
| # WandB (only needed for training, not the server) | |
| WANDB_API_KEY= | |
| # HuggingFace (only needed for training, not the server) | |
| HF_TOKEN= | |
| HF_HUB_MODEL_ID= | |