← Back to all announcements
★★★★★ 03/06/2026

Amazon SageMaker AI launches multi-turn reinforcement learning for AI agent model customization

Fine-tune smaller, cheaper models for complex agentic tasks using serverless multi-turn RL — no RL infrastructure expertise required.

View original announcement →

Visual Summary

graph TD A{{Multi-turn RL Model Customization}}:::announced B(Amazon Bedrock AgentCore Runtime):::compute C(SageMaker Studio / SDK):::compute D([Rollout & Trajectory Collection]):::feature E([MLflow Tracking]):::feature F([Evaluation Jobs]):::feature G(Amazon Bedrock):::compute H(SageMaker Endpoint):::compute I((Agent Environment)):::external C ==>|"configures"| A A ==>|"orchestrates"| D D -->|"interacts with"| I I -->|"hosted on"| B D -->|"rewards & traces"| E A -->|"benchmarks"| F F -.->|"deploys to"| G F -.->|"deploys to"| H A -->|"sequence-level reward"| I classDef announced fill:#ff9900,stroke:#ec7211,color:#fff,font-weight:bold classDef compute fill:#e3f2fd,stroke:#1565c0,color:#1565c0 classDef storage fill:#e8f5e9,stroke:#2e7d32,color:#2e7d32 classDef feature fill:#fff3e0,stroke:#e65100,color:#e65100 classDef external fill:#f5f5f5,stroke:#616161,color:#616161

What's New

Amazon SageMaker AI now offers multi-turn reinforcement learning (RL), a fully serverless model customization technique that fine-tunes foundation models on multi-step, agentic tasks by rewarding the full sequence of decisions an agent makes across a task. Unlike single-turn RL approaches, this capability trains models against a live agent environment, enabling smaller, lower-cost models to match or exceed the task accuracy of larger general-purpose models on targeted workloads. The feature is available today through SageMaker Studio and the SageMaker Python SDK, with no infrastructure to provision or manage.

How It Works

  • Agent Environment Integration: You connect your agent environment to SageMaker AI — either via Amazon Bedrock AgentCore Runtime for fully managed hosting, or on Amazon EKS, Amazon EC2, AWS Fargate, or any custom infrastructure using your framework of choice.
  • Full Training Loop Management: SageMaker AI orchestrates the entire training pipeline, including rollout orchestration, trajectory collection across multi-turn interactions, model training, and checkpoint management — eliminating the need to build custom RL infrastructure.
  • Sequence-Level Reward Signal: Rather than grading individual responses, the system rewards the model based on the cumulative outcome of the full action sequence (e.g., tool calls, code execution, web searches), teaching the model which earlier decisions actually drove success.
  • Built-in Observability with MLflow: Integrated MLflow tracking allows you to inspect agent trajectories, per-step rewards, and execution traces throughout training, providing full visibility into how the model is learning.
  • Evaluation Jobs: Dedicated evaluation jobs compute reward, pass@k, and trajectory metrics, enabling rigorous benchmarking of a fine-tuned model before deployment to a SageMaker endpoint or Amazon Bedrock.
  • Serverless, Token-Based Pricing: The capability runs fully serverless — you pay only for tokens processed during training, with no GPU instances to provision, configure, or manage.

Why It's Important

  • Democratizes Agentic Model Training: Building multi-turn RL infrastructure from scratch typically takes weeks of custom engineering; SageMaker abstracts this entirely, making agentic fine-tuning accessible to teams without deep RL infrastructure expertise.
  • Cost Optimization Through Model Specialization: By training smaller models to match the task accuracy of larger general-purpose models, organizations can significantly reduce inference costs for high-volume agentic workloads without sacrificing performance.
  • Addresses a Critical Gap in Agent Reliability: Agents that complete multi-step tasks (e.g., customer support, code generation, data analysis) fail when models optimize for single-turn quality; multi-turn RL directly trains for end-to-end task completion, improving real-world reliability.
  • Serverless Economics Lower the Barrier: Token-based pricing means teams can experiment with RL fine-tuning without committing to expensive reserved compute, making iterative experimentation financially viable.
  • Tight Ecosystem Integration: Native connectivity to Bedrock AgentCore Runtime, MLflow, and SageMaker endpoints means fine-tuned models slot directly into existing AWS-based agent architectures with minimal friction.

How It's Different

  • Multi-Turn vs. Single-Turn RL: Traditional RLHF/RLAIF assigns a reward to a single model output; multi-turn RL rewards the entire trajectory of decisions across many steps, training the model to optimize for cumulative task outcomes rather than isolated response quality.
  • Serverless vs. Self-Managed Training Infrastructure: Competing approaches (e.g., running GRPO or PPO on self-managed GPU clusters) require weeks of infrastructure setup; SageMaker Multi-turn RL is fully managed and serverless, with no cluster provisioning required.
  • Live Environment Rollouts vs. Static Datasets: The model trains against a real or simulated agent environment in real time, rather than learning from a pre-collected offline dataset, enabling more accurate credit assignment across complex action sequences.
  • Integrated Evaluation Pipeline: Unlike generic RL frameworks, SageMaker includes built-in evaluation jobs with pass@k and trajectory metrics specifically designed for agentic task benchmarking, not just loss curves.
  • Flexible Agent Hosting: The training loop is decoupled from agent hosting — you can run your agent on Bedrock AgentCore, EKS, EC2, Fargate, or any external infrastructure, whereas most managed RL offerings lock you into a specific runtime.

When to Prefer It

  • Specialized Agentic Workflows: When you have a well-defined multi-step task (e.g., IT helpdesk automation, financial data retrieval and analysis, or software debugging pipelines) and want a smaller, cheaper model to perform it reliably at scale.
  • Cost-Sensitive Production Deployments: When inference costs for a large general-purpose model are prohibitive and you need a smaller model fine-tuned to match its accuracy on your specific task.
  • Teams Without RL Infrastructure Expertise: When your team lacks the experience or bandwidth to build and maintain custom PPO/GRPO training loops, rollout orchestration, and reward shaping pipelines.
  • Iterative Agent Development: When you are actively developing an agent and want to continuously improve model behavior based on end-to-end task success signals rather than human annotation of individual responses.
  • Existing AWS Agent Architectures: When your agent already runs on Bedrock AgentCore Runtime, EKS, or Fargate, and you want a training loop that integrates natively without re-architecting your stack.
  • Benchmarking Before Production Promotion: When you need rigorous, quantitative evaluation (pass@k, trajectory metrics) of a fine-tuned model before promoting it to a production SageMaker or Bedrock endpoint.

Availability

  • General Availability: Multi-turn RL is generally available as of June 3, 2026, through SageMaker Studio and the SageMaker Python SDK.
  • Supported Regions: Available in us-west-2 (Oregon) and us-east-1 (N. Virginia); us-west-2 has broader model support.
  • Supported Models (us-west-2): Qwen 3.6 27B, Nova Lite 2.0, GPT-OSS-20B, and Gemma 31B.
  • Supported Models (us-east-1): Nova Lite 2.0 and GPT-OSS-20B only.
  • Pricing Model: Fully serverless; you pay per token processed during training — no GPU instances to provision or pay for on an hourly basis.
  • Access Methods: Available via SageMaker Studio UI and the SageMaker Python SDK as part of the broader SageMaker AI model customization suite.
  • Documentation: Full details available at the [Amazon SageMaker AI Multi-turn RL documentation](https://docs.aws.amazon.com/sagemaker/latest/dg/model-customize-mtrl.html).

Tags

Servicessagemaker-ai
Typenew-featurega-launch
Conceptsagentic-aifine-tuningtrainingmlops
Use Casesdeveloper-tools
Providersamazon
GeographyAMERICAS

Related Resources

AI Radar AWS

AWS AI/ML news — curated, researched, explained

An automated intelligence platform that curates, researches, and analyzes AWS AI/ML/GenAI announcements daily. Every report is backed by real research — the system reads linked blog posts and documentation to provide accurate, in-depth analysis.

How Each Report Is Generated

  1. Collection — Daily monitoring of the AWS "What's New" RSS feed
  2. Filtering — AI-powered relevance detection for AI/ML/GenAI topics
  3. Taxonomy Tagging — LLM-based classification across 6 dimensions
  4. Importance Scoring — Point-based system with tag bonuses (1-5 stars)
  5. Research Phase — Follows links to blog posts and documentation
  6. Report Generation — Claude Sonnet produces structured 6-section analysis
  7. Visual Summary — Claude Opus generates Mermaid diagrams for key items
  8. Publishing — Static website rebuilt and deployed via CloudFront

Features

  • Faceted filtering by service, type, concept, and more
  • Multi-dimensional taxonomy with 80+ tags across 6 dimensions
  • Geographic availability badges (Global, APJ, EMEA, AMER) with filtering
  • Timeline visualization of announcement volume
  • PDF export for offline reading
  • Mermaid visual summaries for key announcements
  • Daily automated updates — no manual curation
What makes this different: Each report involves a dedicated research phase where the system reads linked blog posts and AWS documentation pages. This produces analysis that goes beyond the original announcement text.

Technology

Built with Python, AWS Lambda, Amazon Bedrock (Claude Sonnet 4.6, Opus 4.6, Haiku 4.5), S3, CloudFront, WAF, EventBridge, and CDK.

Open Source

This project is open source. Fork it, customize it for your needs, and deploy your own instance.
📦 github.com/bbonik/ai-radar-aws

How Importance Scoring Works

Each announcement receives a point score based on multiple factors. The total score maps to a 1-5 star rating:

1★ < 2 pts 2★ ≥ 2 pts 3★ ≥ 3.5 pts 4★ ≥ 5 pts 5★ ≥ 6.5 pts

Point Breakdown

FactorPointsWhen
Core AI service (Bedrock, AgentCore, SageMaker AI)+4Service named in title
Key AI service (SageMaker, Kiro, QuickSight)+2Service named in title
Other AI-related service+1Default
Blog post link+3Link to aws.amazon.com/blogs/
GitHub samples link+2Link to github.com/aws*
Documentation link+1Link to docs.aws.amazon.com/
New model+1.5Tagged as "new-model"
New service+1Tagged as "new-service"
New feature+0.5Tagged as "new-feature"
Anthropic / OpenAI provider+2Provider explicitly mentioned
Instance / notebook announcement-2Hardware/capacity, not feature
Performance / pricing / security-0.5Incremental updates
Region expansion to APJ+1Expands to Asia Pacific
Region expansion (non-APJ only)-1.5Only expands to other regions

Geographic Relevance Badges

Each announcement card shows a small badge indicating whether the feature is available in your region:

🌐 Global Available in all regions
🌏 APJ Asia Pacific
🌍 EMEA Europe / Middle East / Africa
🌎 AMER Americas (US, Canada, South America)
No badge Geography unknown
How geography is detected: The system detects ALL geographies mentioned in each announcement. If the text mentions specific regions (Tokyo, Frankfurt, Oregon, etc.), the corresponding geography badges are shown. If it says "all regions" or is a new feature with no region specified, it gets the Global badge. Geography is also filterable — click a geo chip to see only announcements available in that region.