Offline Reinforcement Learning for Plasma Control in Nuclear Fusion: Codebase and Benchmark
Researchers introduce RL4F, an offline RL benchmark for plasma control in fusion, with code, data, and evaluation for four tracking tasks.
Intelligence analysis by GPT-5.4 Mini

The paper presents RL4F, a benchmark built from DIII-D tokamak discharge data to test offline reinforcement learning on long-horizon plasma control. It compares imitation learning and offline RL baselines on rotation, density, temperature, and pressure tracking, and finds model-based methods do best on average.
The paper is like building a practice game for teaching a robot to steer a fusion reactor using old driving logs instead of risky real-time practice. It gives researchers four chores to solve, like keeping different reactor numbers on target, and shows which kinds of learning do best.
Analysis
What the paper adds
The paper introduces RL4F, an offline reinforcement learning benchmark for plasma control in nuclear fusion. It is designed for a setting where online trial-and-error on real devices is too costly and risky, so learning must happen from historical tokamak data.
Benchmark design
RL4F provides closed-loop evaluation environments and baseline comparisons for four full-profile tracking tasks: rotation, density, temperature, and pressure. The dynamics used in evaluation are built from historical discharge data from DIII-D, a real tokamak, which gives the benchmark a concrete connection to real fusion operations.
Main results
The authors evaluate a broad set of imitation learning and offline RL baselines under a unified protocol. Their main finding is that offline model-based RL methods achieve the best average performance on most objectives. At the same time, no single method wins every task, which suggests the control problem is heterogeneous and that strong dynamics modeling matters for these long-horizon tasks.
Why the release matters
Beyond the benchmark itself, the paper says the codebase, datasets, and evaluation framework are open-sourced. That makes RL4F useful both as a fusion-control testbed and as a general benchmark for offline RL algorithm development. The paper’s core contribution is not just a result table, but a standardized way to measure progress on a difficult real-world control problem.
Key points
- RL4F is a new offline RL benchmark for nuclear fusion plasma control.
- It uses historical DIII-D discharge data to build the evaluation dynamics.
- The benchmark covers four tracking tasks: rotation, density, temperature, and pressure.
- Offline model-based RL methods perform best on average, but not on every task.
- The authors open-source the codebase, datasets, and evaluation framework.
If RL4F is widely adopted, it could give researchers a common yardstick for comparing offline RL methods on a hard real-world control problem. The open code, data, and evaluation setup could also speed up progress on fusion control and make results easier to reproduce.
The benchmark may still leave important parts of real reactor control out, so gains on RL4F may not transfer cleanly to actual deployment. The paper also shows that no single method dominates every task, which means practical systems may still need careful task-specific tuning.



