⭐ If you find this repository helpful, please consider giving it a ⭐ here on GitHub (click the star button in the top right corner) It's a quick way to show support for this openly available code. ⭐
This repository provides the hands-on excercises for the Live Event. It covers policy rollouts, reward modeling, trajectory generation, optimization methods, and tool-use training for agentic systems.
.
├── hands_on/ # Hands-on exercises
├── helper_functions/ # Helper functions for some notebooks
└── README.md
Core concepts:
- Policies, rollouts, trajectories, rewards
- Minimal reinforcement loop for LLMs
- Relative feedback integration
Core concepts:
- Reward shaping for LLM behavior
- Relative ranking vs absolute scoring
- RULER relative universal LLM elicited rewards
Core concepts:
- Agent Reinforcement Trainer rollout generation
- Message sequences, actions, and feedback
- Multi trajectory sampling for optimization
Core concepts:
- GRPO group relative policy optimization
- GSPO group sequence policy optimization
- Stabilizing RL for large models including MoE architectures
Core concepts:
- Automatic tool use training via structured task sets
- Using RULER for tool use reward evaluation
- MCP based agent to agent communication
Hands on notebook:
All notebooks are designed to run in Google Colab without local setup.
Click the corresponding Open in Colab button above to start an exercise.
