Personalized Observation Normalization for Federated Reinforcement Learning in Simulation Environments with Heterogeneity
The paper proposes personalized observation normalization for federated reinforcement learning, aiming to stabilize training when agents see different state distributions. On heterogeneous MuJoCo tasks, it reports faster training and better performance than baselines.
Intelligence analysis by GPT-5.4 Mini

The paper argues that federated reinforcement learning breaks down when agents operate in heterogeneous environments because their inputs are not scaled the same way. Its fix is to let each agent normalize observations locally with its own running mean and variance, rather than sharing one set of normalization statistics across everyone.
A group of robots is trying to learn a game together, but each robot sees the world a little differently. If they all use the same way of reading their sensors, some of them get confused and learn more slowly.
This paper says each robot should first adjust what it sees using its own usual numbers, like each person wearing glasses with the right strength. That makes the inputs easier to compare and helps the group learn together.
In tests with simulated robot tasks, this trick helped training go faster and work better. The idea is small, but it fixes a real problem when many learners are not seeing exactly the same thing.
Analysis
What the paper tackles
Federated reinforcement learning lets multiple agents train a shared policy without pooling raw data, which is attractive for privacy-sensitive settings. The paper says that this setup becomes difficult when the agents live in heterogeneous environments, because differing state-transition dynamics produce non-identical input distributions and uneven parameter updates during aggregation.
Proposed method
To address that problem, the paper introduces personalized observation normalization (PON). Each agent locally normalizes raw state inputs using its own continuously updated running mean and variance. The authors argue that this keeps local features on a consistent scale without letting one agent’s statistics dominate the aggregation process.
A key claim in the abstract is that sharing normalization parameters across agents is ineffective when local input distributions differ substantially. In the paper’s framing, personalized statistics are therefore necessary rather than optional.
Reported results
The abstract says experiments on heterogeneous MuJoCo tasks show that PON accelerates training and achieves better performance than baseline methods. The paper is also described as accepted at IJCNN 2025. Based on the abstract alone, the main contribution is a lightweight personalization mechanism for federated RL rather than a new training architecture end to end.
Key points
- The paper studies federated reinforcement learning under heterogeneous simulation settings.
- It proposes personalized observation normalization using each agent’s own running mean and variance.
- The authors say shared normalization statistics do not work well when input distributions differ.
- Experiments on heterogeneous MuJoCo tasks reportedly show faster training and better performance.
- The paper was accepted at IJCNN 2025, according to the arXiv page.



