git404hub

what is clawgym-agents fr?

clawgym/clawgym-agents — explained in plain English

Analysis updated 2026-05-18

11PythonAudience · researcherComplexity · 5/5Setup · hard

tl;dr

Research code release for ClawGym, with pointers to Hugging Face datasets and 4B/8B agent models plus SFT and RL training folders.

vibe map

mindmap
  root((ClawGym-Agents))
    Inputs
      ClawGym-Task dataset
      ClawGym-Trajectory dataset
    Outputs
      ClawGym-4B model
      ClawGym-8B model
      ClawGym-30A3 model
    Use Cases
      Train claw agents
      Reproduce paper results
      Fine-tune on tasks
    Tech Stack
      Python
      Hugging Face
      PyTorch
      RL

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Download the ClawGym-Task and ClawGym-Trajectory datasets from Hugging Face to study agent task data

VIBE 2

Run supervised fine-tuning on the ClawGym base models using the SFT folder

VIBE 3

Train a claw agent with reinforcement learning using the RL folder

VIBE 4

Reproduce the ClawGym paper results with the released 4B, 8B, and 30A3 checkpoints

what's the stack?

PythonPyTorchHuggingFace

how it stacks up fr

clawgym/clawgym-agents2arons/llm-cliadzza/guardium-dns
Stars111111
LanguagePythonPythonPython
Setup difficultyhardeasymoderate
Complexity5/52/53/5
Audienceresearcherdevelopergeneral

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · hard time til it works · 1day+

README is mostly links to Hugging Face and the paper, so training requires GPU infra and reading the SFT and RL folders directly.

in plain english

ClawGym-Agents is the public-facing piece of a research project from a group called RUC-AIBOX. The README itself is very short, and most of it is a set of links rather than a long explanation. The repository pairs with a research paper titled ClawGym: A Scalable Framework for Building Effective Claw Agents, listed as a 2026 arXiv preprint with Bai, Song, Sun, and several other authors. The README points to two datasets that the team has published on Hugging Face. The first is called ClawGym-Task and contains around 13,500 tasks. The second is called ClawGym-Trajectory and contains around 24,500 trajectories. The word trajectory in this kind of work usually means a recorded sequence of actions an agent took while attempting a task, so the two datasets line up: one set of problems to solve, one set of recorded attempts. The README also lists three trained models, all hosted on Hugging Face. ClawGym-4B and ClawGym-8B are named after their size, with four billion and eight billion parameters respectively. ClawGym-30A3 is a third variant whose naming the README does not explain. The repository is set up so that anyone can download the data and the models from Hugging Face by following the links. The training code for the models is split into two folders inside this repository. One folder is named SFT, which is short for supervised fine-tuning, and the other is named RL, which is short for reinforcement learning. The README only points at these folders without describing the contents. Beyond the dataset table, the model table, the training code pointer, and the BibTeX citation block, the README does not say anything about what a claw agent actually does, how the data was collected, what task format is used, or how the models compare. Anyone who wants more detail will need to read the linked paper or open the SFT and RL folders directly.

prompts (copy fr)

prompt 1
Walk me through the SFT folder of ClawGym-Agents and show what scripts run supervised fine-tuning
prompt 2
Pull the ClawGym-Task dataset from Hugging Face and write a Python loader that yields one task at a time
prompt 3
Compare the ClawGym-4B and ClawGym-8B model configs and tell me which to start with for a 24GB GPU
prompt 4
Set up a minimal RL training loop using the RL folder against the ClawGym-Trajectory dataset
prompt 5
Read the ClawGym arXiv preprint and summarize what a claw agent is and how trajectories are recorded

Frequently asked questions

what is clawgym-agents fr?

Research code release for ClawGym, with pointers to Hugging Face datasets and 4B/8B agent models plus SFT and RL training folders.

What language is clawgym-agents written in?

Mainly Python. The stack also includes Python, PyTorch, HuggingFace.

How hard is clawgym-agents to set up?

Setup difficulty is rated hard, with roughly 1day+ to a first successful run.

Who is clawgym-agents for?

Mainly researcher.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.