📄 README.md

← Vault

GRPO/RL Training Skill

Expert-level guidance for Group Relative Policy Optimization with TRL

📁 Skill Structure

`

grpo-rl-training/

├── SKILL.md # Main skill documentation (READ THIS FIRST)

├── README.md # This file

├── templates/

│ └── basic_grpo_training.py # Production-ready training template

└── examples/

└── reward_functions_library.py # 20+ reward function examples

`

🚀 Quick Start

1. Read SKILL.md - Comprehensive guide with all concepts and patterns

2. Copy templates/basic_grpo_training.py - Start with working code

3. Browse examples/reward_functions_library.py - Pick reward functions for your task

4. Modify for your use case - Adapt dataset, rewards, and config

💡 What's Inside

SKILL.md (Main Documentation)

📝 Version

v1.0.0 - Initial release (January 2025)

👨‍💻 Maintained By

Orchestra Research

For questions or improvements, see https://orchestra.com


License: MIT

Last Updated: January 2025