## 🔖 Environment Snapshot | Field | Your Entry | |-------|------------| | **Environment Name** | | | **Short Description** | | | **Category** | | | **Dataset Needed?** | | | **External Deps** | | | **Environmental Variables** | | | **Expected Episode Length** | | | **Compute Footprint Estimate** | | --- ## 🧪 Zero-Training Test Results
**W&B Link:** **Examples of the Environment scoring a good example and a bad example:**
## ✅ Developer & Reviewer Checklist - [ ] Code follows project style (black, isort, flake8 pass with pre-commit). - [ ] I have performed a self-review of my own code - [ ] Docstrings added for all new public classes / functions. - [ ] If .env vars required, did you add it to the .env.example in repo root? - [ ] Automatic rollout script (`scripts/run_smoke_test.py`) runs without training and reproduces the metrics above. - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation to include my environment - [ ] My changes generate no new warnings - [ ] New and existing unit tests pass locally with my changes ---