TGTGInsighttelegram intelligenceLIVE / telegram public index
← Python Заметки

TGINSIGHT SIMILAR POSTS

Најди сличен содржај

Изворен канал @pythonotes · Post #209 · 1 фев.

Вы заметили что с интерактивной консолью из прошлого поста что-то не так? Что происходит если нажать стрелки вверх/вниз? Полный бардак! Давайте поправим это дело! Для сохранения и загрузки истории будем использовать специальный модуль readline. Что добавлено? 🔸 Сохранение истории команд с возможностью выбора предыдущих (клавиши ⬆️⬇️ ) 🔸 Сохранение истории в файл перед выходом из интерактива для будущих сессий 🔸 Автокомплит по нажатию клавиши TAB 🔸 Cписок вариантов автокомплита по двойному нажатию TAB Код забираем здесь ↗️ #tricks#source

Резултати

Пронајдени 1 слични објави

Пребарај: #grpo

当前筛选 #grpo清除筛选
GitHub Trends

@githubtrending · Post #14958 · 14.07.2025 г., 12:30

#python#agent#agentic_ai#grpo#kimi_ai#llms#lora#qwen#qwen3#reinforcement_learning#rl ART is a tool that helps you train smart agents for real-world tasks using reinforcement learning, especially with the GRPO method. The standout feature is RULER, which lets you skip the hard work of designing reward functions by using a large language model to automatically score how well your agent is doing—just describe your task, and RULER takes care of the rest. This makes building and improving agents much faster and easier, works for any task, and often performs as well as or better than hand-crafted rewards. You can install ART with a simple command and start training agents right away, even on your own computer or with cloud resources. https://github.com/OpenPipe/ART