reinforcement learning agents

9 tagged reinforcement learning, measured the same way as everything else here.

agent

01

Agent-One-Lab/AgentFly

Agent

The foundation class for all agents in AgentFly.

122 6d ago A 0 tokens original Apache-2.0

index

02

Agent-One-Lab/AgentFly

Agent

AgentFly provides a comprehensive agent system with a base class and specialized implementations for different use cases. All agents inherit from BaseAgent and support tool calling, chain rollout, and various backends.

122 6d ago A 0 tokens original Apache-2.0

llm_backends

03

Agent-One-Lab/AgentFly

Agent

AgentFly supports multiple LLM backends for text generation, each with their own configuration options. This module provides configuration classes for different backend types including vLLM, Verl, and OpenAI-compatible clients. Among them, Verl backend is designed for internal training usage. The Verl backend is the…

122 6d ago A 0 tokens original Apache-2.0

AGENT_PATTERNS

04

omnilink-tech/omnisim

Agent

Cross-demo design patterns extracted from the OmniSim agent builds (huskymaze, missioncaptain, warehouseforeman, warehousepatrol). These are the choices that paid off — each one earned its place by being the lesson learned from a specific failure mode documented in that demo's docs/RESULTS.md.

82 2d ago A 0 tokens original Apache-2.0

ROADMAP

05

omnilink-tech/omnisim

Agent

Working list of OmniLink agents + demos worth shipping after the huskymaze + missioncaptain pair. Ordered roughly by cool-to-effort ratio. Pick the next one off the top, build it end-to-end, ship it, then come back to this list.

82 2d ago A 0 tokens original Apache-2.0

fix_agent

06

THUDM/SCALE-CUA

Agent

Fix validation errors in generated task configurations and evaluator functions.

55 29d ago A 0 tokens

judge_agent

07

THUDM/SCALE-CUA

Agent

Judge whether a generated verifiable task can be checked correctly by its evaluator. This agent is semantic: rule validators handle schema, imports, and basic signatures; the judge decides whether the evaluator actually measures the instruction.

55 29d ago A 0 tokens

merge_agent

08

THUDM/SCALE-CUA

Agent

Validate and merge generated task files and custom functions into the official directories.

55 29d ago A 0 tokens