atropos/environments/community/word_hunt/requirements.txt
Abhaykhanna3 b5234d4214 Add Word Hunt environment for training models on 4x4 letter grids
- Trie-based solver, official scoring, normalized rewards
- Configurable token limit and detailed README with dictionary download link
- Removes large Dictionary.txt from tracking and adds ignore rules
- All tests pass and pre-commit hooks are clean
2025-07-28 00:37:36 -05:00

14 lines
344 B
Text

# Word Hunt Environment Dependencies
# Core Atropos dependencies are handled by the main project
# Configuration and validation
pydantic>=2.0.0
# Tokenization and model handling
transformers>=4.30.0
# Optional: For enhanced word validation (if using external dictionary)
# nltk>=3.8.0
# Optional: For performance monitoring
# psutil>=5.9.0