Amazon Nova Forge provides tools for designing custom reward functions in multi-turn reinforcement learning (RL). These functions are crucial for guiding what a model learns, especially in complex, multi-step agentic tasks. The platform now includes a generally available serverless multi-turn RL option, offering an alternative to managing a custom environment through its Bring Your Own Orchestration (BYOO) capability.
Reinforcement fine-tuning (RFT) is a customization approach within Amazon Nova that teaches models desired behaviors through iterative feedback. Unlike supervised fine-tuning (SFT), RFT learns from evaluation signals on the model's own outputs rather than requiring curated examples. Multi-turn RFT extends this to agents that perform actions over a sequence of steps, such as tool calls or code execution, by optimizing the cumulative reward across the entire trajectory.
The reward function is central to RFT, acting as the scoring mechanism that directs the model's learning. Designing an effective reward function for multi-turn, agentic tasks is identified as one of the most challenging aspects of customizing Amazon Nova models. A poorly designed reward can lead to incorrect learning despite healthy training curves.
The focus is on how to design a composite multi-turn reward that Group Relative Policy Optimization (GRPO) can learn from. This includes methods for safely executing model-generated code within the reward function and instrumenting each component to ensure the training signal is reliable. Previous parts of this series covered the infrastructure of Amazon SageMaker HyperPod and Nova Forge, as well as the training configuration for these rewards.
✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →
One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.
One email a day. Unsubscribe in one click, any time.
Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.
▶ Play today's briefNew every morning, and the back catalogue is archived by date.
Amazon Nova Forge now offers a generally available serverless multi-turn reinforcement learning (RL) option, alongside its Bring Your Own Orchestration (BYOO) capability, to help users define custom reward functions for multi-turn RL. This development provides more flexibility for training Amazon Nova models in complex, multi-step agentic tasks, addressing a key challenge in customizing these models.