HomeTags#reinforcement-learning

Tag timeline

#reinforcement-learning14 total

同じキーワードで束ねられた更新を確認できます。カテゴリをまたいだ関連ニュースや実装トピックの追跡に使えます。

Total14#reinforcement-learning の全掲載記事All listed entries tagged #reinforcement-learning
Showing14このページの表示件数Entries on this page
Page1/1静的ページ位置Static page position
Updated公開index snapshotPublished index snapshot

Entriespage 1/1 · 14 total

Thu, Jul 301 entries
コミュニティCommunityLocal Models·Zenn LLM

ACRL:訓練-推論エンジン乖離の適応制御でFP8量子化下のRL学習を安定化Huawei's ACRL framework monitors the discrepancy between training…

重要度 MediumMedium priority技術記事 · Local LLM / Open Modelstechnical post · Local LLM / Open Models

AI要約HuaweiのACRLは、LLMのRL学習でFSDP/vLLM間の精度差(BF16 vs FP8)による実質的なoff-policy化を適応的に補正し、トークン単位の勾配重み調整でBF16基線を上回る精度をわずか0.1%のオーバーヘッドで実現する。

AI SUMMARYHuawei's ACRL framework monitors the discrepancy between training (FSDP/Megatron) and inference (vLLM/SGLang) engines caused by FP8 vs BF16 precision gaps, then adjusts per-token gradient weights to prevent training collapse while outperforming BF16 baselines across 3B–32B Dense and MoE models.

ACRL:訓練-推論エンジン乖離の適応制御でFP8量子化下のRL学習を安定化og
Fri, Jul 241 entries
公式OfficialGemini/Gemma·Google Cloud Blog

アイドルアクセラレータを最小化:llm-dの協調タイムスライシングによるネイティブRLジョブインターリービングMinimize idle accelerators: Native RL job interleaving with co-operative time-slicing in llm-d

重要度 MediumMedium priority技術記事 · Gemini / Gemmatechnical post · Gemini / Gemma

AI要約llm-dに協調タイムスライシング機能が導入され、強化学習の推論・訓練ジョブをGPU上でインターリーブすることでアクセラレータの遊休時間を大幅に削減できるようになった。

AI SUMMARYllm-d now supports cooperative time-slicing for RL workloads, allowing inference and training jobs to interleave on the same GPUs and significantly reducing accelerator idle time.

Minimize idle accelerators: Native RL job interleaving with co-operative time-slicing in llm-dmedia
Tue, Jul 212 entries
公式OfficialGemini/Gemma·Google Developers Blog

Agentic RLのスケーリング:TunixによるHighスループットなエージェント訓練Scaling Agentic RL: High-Throughput Agentic Training with Tunix

重要度 MediumMedium priority技術記事 · Gemini / Gemmatechnical post · Gemini / Gemma

AI要約GoogleはTunixを用いたエージェント型強化学習の高スループット訓練手法を公開し、大規模なエージェントモデルの効率的なトレーニングを可能にした。これによりGeminiのエージェント能力向上が期待される。

AI SUMMARYGoogle introduced Tunix, a high-throughput framework for agentic reinforcement learning that enables large-scale training of agent-based models more efficiently, advancing Gemini's agentic capabilities.

コミュニティCommunityLocal Models·Zenn LLM

AIの評価を報酬にする強化学習は何をしているのか — GRPOの1ステップを数字で追うThis article walks through a single GRPO optimization step with concrete…

重要度 MediumMedium priority技術記事 · Local LLM / Open Modelstechnical post · Local LLM / Open Models

AI要約GRPOアルゴリズムの1ステップを具体的な数値で丁寧に解説し、AIの出力評価を報酬信号として用いる強化学習の仕組みを直感的に理解できるようにした記事。実装の背景を理解したい実践者にとって有益な内容。

AI SUMMARYThis article walks through a single GRPO optimization step with concrete numbers, demystifying how AI-generated evaluations are used as reward signals in reinforcement learning for language models.

Wed, Jul 151 entries
論文PaperPapers/Benchmarks·arXiv cs.LG

報酬はいつ状態を教えるか?隠れオートマトン操作変数と群言語境界When Does Reward Teach State? A Hidden-Automaton Instrument and the Group-Language Boundary

重要度 MediumMedium priority論文/研究 · Papers / Benchmarkspaper/research · Papers / Benchmarks

AI要約強化学習において報酬信号だけで潜在的な環境状態を識別できる条件を理論的に解析し、群言語の境界が識別可能性の鍵となることを示した研究。

AI SUMMARYThis paper establishes theoretical conditions under which reward signals alone can identify latent environment states in RL, introducing a hidden-automaton instrumental framework and showing that the group-language boundary determines identifiability.

When Does Reward Teach State? A Hidden-Automaton Instrument and the Group-Language Boundaryog
Tue, Jul 141 entries
論文PaperPapers/Benchmarks·arXiv cs.LG

EvoClawBench: エージェントは自身の実行履歴から再利用可能なスキルを学習できるか?EvoClawBench: Can Agents Learn Reusable Skills from Their Own Runs?

重要度 MediumMedium priority論文/研究 · Papers / Benchmarkspaper/research · Papers / Benchmarks

AI要約EvoClawBenchは、AIエージェントが過去の実行経験からスキルを抽出・再利用できるかを評価する新ベンチマークで、汎化能力の研究を促進する。

AI SUMMARYEvoClawBench introduces a benchmark for evaluating whether AI agents can extract and reuse skills from their own prior runs, advancing research into agent generalization and continual learning.

Mon, Jul 131 entries
論文PaperPapers/Benchmarks·arXiv cs.SE

SCATE: コスト効率の高いテスト生成のためにコーディングエージェントを監督する学習SCATE: Learning to Supervise Coding Agents for Cost-Effective Test Generation

重要度 MediumMedium priority論文/研究 · Papers / Benchmarkspaper/research · Papers / Benchmarks

AI要約SCATEはLLMベースのコーディングエージェントを監督者モデルで制御し、テスト生成コストを抑えながら品質を維持する手法を提案する。監督者がエージェントの行動を動的に評価することで、効率的なソフトウェアテスト自動化を実現する。

AI SUMMARYSCATE proposes training a supervisor model to guide LLM-based coding agents during automated test generation, reducing computational cost while maintaining coverage quality. This approach makes agent-driven software testing more practical for real-world use.

Fri, Jul 102 entries
論文PaperPapers/Benchmarks·arXiv cs.CL

非現実的なトークンが強化されるとき:LLM強化学習のためのテール考慮クレジット調整When Implausible Tokens Get Reinforced: Tail-Aware Credit Calibration for LLM Reinforcement Learning

重要度 MediumMedium priority論文/研究 · Papers / Benchmarkspaper/research · Papers / Benchmarks

AI要約強化学習でLLMを訓練する際、低確率トークンが誤って強化される問題を指摘し、テール分布を考慮したクレジット調整手法を提案。報酬の帰属精度を高めることでモデルの品質向上を図る。

AI SUMMARYThis paper identifies that low-probability tokens can be incorrectly reinforced during LLM RL training, and proposes a tail-aware credit calibration method to more accurately assign reward signals, improving overall model quality.

論文PaperPapers/Benchmarks·arXiv cs.CL

Hallucination Self-Play: 進化した生成器による強化検出器のブートストラップHallucination Self-Play: Bootstrapping Reinforced Detector via Evolved Generator

重要度 MediumMedium priority論文/研究 · Papers / Benchmarkspaper/research · Papers / Benchmarks

AI要約LLMの幻覚検出を改善するため、生成器と検出器が自己対戦的に互いを強化し合うフレームワークを提案。ラベル付きデータなしで高精度な幻覚検出を実現できる点が重要。

AI SUMMARYThis paper proposes a self-play framework where a hallucination generator and detector iteratively improve each other, enabling robust hallucination detection without relying on expensive labeled data.

Tue, Jul 71 entries
新規収集INDEXED公式OfficialLocal Models·Hugging Face Blog

LeRobot v0.6.0: 想像・評価・改善LeRobot v0.6.0: Imagine, Evaluate, Improve

重要度 MediumMedium priority技術記事 · Local LLM / Open Modelstechnical post · Local LLM / Open Models

AI要約LeRobot v0.6.0では、ロボット学習における想像・評価・改善のサイクルを強化する新機能が追加され、実機なしでの検証や性能改善が容易になった。

AI SUMMARYLeRobot v0.6.0 introduces capabilities for imagination-based planning, improved evaluation pipelines, and iterative policy improvement, making robot learning more accessible without physical hardware.

Fri, Jun 191 entries
新規収集INDEXED公式OfficialCopilot·Microsoft Foundry Blog

成果駆動型学習システム:OpenEnvとFoundryによるエンタープライズRLOutcome-driven learning systems: Enterprise RL with OpenEnv and Foundry

重要度 InfoInformational技術記事 · GitHub Copilottechnical post · GitHub Copilot

AI要約Microsoft FoundryがBuild 2026で企業向け強化学習基盤OpenEnvを発表。ホスト型エージェントやFrontier Tuningと統合し、評価から最適化までを一貫して扱う成果駆動型の学習スタックを構築できる。

AI SUMMARYMicrosoft Foundry unveiled OpenEnv at Build 2026, an enterprise reinforcement learning framework that integrates with hosted agents and Frontier Tuning to build outcome-driven optimization and learning stacks.

Mon, Jun 81 entries
新規収集INDEXED公式OfficialAgent Frameworks·Hugging Face Blog

オープンソースコミュニティがエージェントRL向けOpenEnvを支持The Open Source Community is backing OpenEnv for Agentic RL

重要度 MediumMedium priority技術記事 · Agent Frameworkstechnical post · Agent Frameworks

AI要約オープンソースコミュニティがエージェント強化学習のための統一環境フレームワークOpenEnvを支持し、多様なタスクでエージェントを訓練・評価する基盤として注目を集めている。

AI SUMMARYThe open source community is rallying behind OpenEnv, a unified environment framework for agentic reinforcement learning that enables training and evaluating AI agents across diverse tasks.

Thu, May 281 entries
公式OfficialGemini/Gemma·Google Developers Blog

コミュニティがTunixとTPUを使ってGemmaに「思考」を学ばせた方法How the community trained Gemma to "Think" with Tunix and TPUs

重要度 InfoInformational深掘り候補 · 技術記事 · Gemini / GemmaDeep-dive candidate · technical post · Gemini / Gemma

AI要約KaggleのGoogle Tunixハッカソンで、開発者たちがTPUと限られた計算リソースを使い、小型の非推論ベースモデルを汎用推論エンジンへと変換。Tunixの強化学習・蒸留手法でGemmaに「思考」を教える取り組みを紹介する。

AI SUMMARYThe Google Tunix Hackathon on Kaggle challenged developers to turn small non-reasoning base models into general reasoning engines on TPUs with limited compute, showcasing how Tunix's RL and distillation techniques teach Gemma to reason.

Thu, Mar 191 entries
新規収集INDEXED公式OfficialAI Editors·Cursor Changelog

Cursor、コーディング向け新モデル Composer 2 を発表(新しいタブで開きます)Composer 2(opens in a new tab)

重要度 MediumMedium priority変更履歴 · AI Editorschangelog · AI Editors

AI要約CursorはComposer 2を発表した。エージェント型コーディング向けに設計された新モデルで、強化学習でトレーニングされ、フロンティアモデル並みの知能をより高速に提供するとされる。Cursorアプリ内で利用可能。

AI SUMMARYComposer 2 is now available in Cursor: frontier-level coding performance with strong results on challenging coding tasks.