Skip to content

Commit 6083320

Browse files
kengzclaude
andcommitted
docs: add CrossQ to README algorithm list
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent b9139ef commit 6083320

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ SLM Lab is a software framework for **reinforcement learning** (RL) research and
2929

3030
| Feature | Description |
3131
|---------|-------------|
32-
| **Ready-to-use algorithms** | PPO, SAC, DQN, A2C, REINFORCE—validated on 70+ environments |
32+
| **Ready-to-use algorithms** | PPO, SAC, CrossQ, DQN, A2C, REINFORCE—validated on 70+ environments |
3333
| **Easy configuration** | JSON spec files fully define experiments—no code changes needed |
3434
| **Reproducibility** | Every run saves its spec + git SHA for exact reproduction |
3535
| **Automatic analysis** | Training curves, metrics, and TensorBoard logging out of the box |
@@ -45,6 +45,7 @@ SLM Lab is a software framework for **reinforcement learning** (RL) research and
4545
| **A2C** | On-policy | Fast iteration | Classic, Box2D, Atari |
4646
| **PPO** | On-policy | General purpose | Classic, Box2D, MuJoCo (11), Atari (54) |
4747
| **SAC** | Off-policy | Continuous control | Classic, Box2D, MuJoCo |
48+
| **CrossQ** | Off-policy | Sample-efficient control | Classic, Box2D, MuJoCo |
4849

4950
See [Benchmark Results](docs/BENCHMARKS.md) for detailed performance data.
5051

0 commit comments

Comments
 (0)