mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2025-10-09 13:40:09 +03:00
* prepend think token in format reward * pre commit + fix some default vals * add checkpoint config
53 lines
434 B
Plaintext
53 lines
434 B
Plaintext
.aider*
|
|
.env
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
build/
|
|
develop-eggs/
|
|
dist/
|
|
downloads/
|
|
eggs/
|
|
.eggs/
|
|
lib/
|
|
lib64/
|
|
parts/
|
|
sdist/
|
|
var/
|
|
wheels/
|
|
*.egg-info/
|
|
.installed.cfg
|
|
*.egg
|
|
.python-version
|
|
|
|
# Virtual Environment
|
|
venv/
|
|
env/
|
|
ENV/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Testing
|
|
.coverage
|
|
htmlcov/
|
|
.pytest_cache/
|
|
|
|
# OSX
|
|
.DS_Store
|
|
|
|
# Jupyter Notebook
|
|
.ipynb_checkpoints/
|
|
.virtual_documents/
|
|
|
|
# logs
|
|
wandb/
|
|
outputs/
|
|
*.log
|