注册并分享邀请链接,可获得视频播放与邀请奖励。

Sumanth (@Sumanth_077) “The distributed platform that powered Kimi K3's RL training! AgentENV is the inf” — TopicDigg

Sumanth 的个人资料封面
Sumanth 的头像
Sumanth
@Sumanth_077
加入 July 2021
0 正在关注    0 粉丝
The distributed platform that powered Kimi K3's RL training! AgentENV is the infrastructure that powered agentic RL training for Kimi K3 - running thousands of isolated sandboxes simultaneously, each forkable, snapshotable, and resumable in milliseconds. Training agents with RL means running the same task across thousands of parallel environments. Each needs its own isolated sandbox where the agent can write code, run shell commands, and interact with the filesystem. Docker is too slow to start. Full VMs are too heavy. And at training scale, cloud sandbox costs compound fast. AgentENV uses Firecracker microVMs. Environments boot or resume in under 50ms and pause in under 100ms. When an agent finishes its turn and waits for the next update, the environment pauses and returns its memory to the host. When work arrives again, it resumes instantly from exactly where it left off. The fork capability is what makes parallel RL training practical. Instead of booting thousands of fresh VMs from the same base state, AgentENV snapshots one running environment and forks it into multiple independent sandboxes in under 100ms. Each fork is fully isolated. Agents try different approaches simultaneously without interfering with each other. Snapshots happen incrementally, completing in under 100ms even under heavy disk modification. They persist to S3-compatible object storage so no state is lost if a machine goes down. Local disk acts as a bounded cache, so images can exceed disk capacity without pre-warming every host. AgentENV also exposes an E2B-compatible HTTP API. If your agent code already uses the E2B SDK, point one environment variable at your AgentENV server and your existing code works without any changes. Key capabilities: • Firecracker microVM environments: boot and resume in under 50ms • Fork a running environment into multiple independent sandboxes in under 100ms • Incremental snapshots to S3-compatible storage in under 100ms • Memory ballooning returns idle guest memory to the host • Images can exceed disk capacity via overlaybd with on-demand loading • E2B-compatible HTTP API - drop-in replacement with no code changes • Distributed across machines via Kubernetes or Docker Compose I've shared the link in the replies!
显示更多
Releasing the model weights and technical report of Kimi K3. Kimi K3 is our most capable model: a 2.8T MoE model with native visual understanding and a 1M-token context window. New model architecture: 2.5x the intelligence per unit of compute, not just more params. Alongside Kimi K3, we're opening up more of the stack behind it — high-performance attention kernels, MoE communication library, and infrastructure for running agent environments at scale. Model weights: Tech report: Tech blog:
显示更多