From 9a06675ba0cfc60345036f410f941802bd1337cc Mon Sep 17 00:00:00 2001 From: garrett4wade Date: Mon, 7 Jul 2025 09:38:37 +0800 Subject: [PATCH] . --- arealite/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arealite/README.md b/arealite/README.md index e9b9c0a..caa7640 100644 --- a/arealite/README.md +++ b/arealite/README.md @@ -57,7 +57,7 @@ The implementation layer contains concrete implementations of the API interfaces - **`fsdp_wrapper.py`**: FSDP-based training engine using PyTorch FSDP2 - **`trainer/grpo.py`**: GRPO trainer implementation for reinforcement learning - **`rollout_controller.py`**: Coordinates rollout data collection across workers -- **`rlvr/`**: RLVR (RL via Verification and Refinement) collector implementations +- **`rlvr/`**: RLVR collector implementations - **`agentic/`**: Agentic collector implementations (math, code tasks) #### 3. CLI Layer (`cli/`)