Pareto Conditioned Networks
About
In multi-objective optimization, learning all the policies that reach Pareto-efficient solutions is an expensive process. The set of optimal policies can grow exponentially with the number of objectives, and recovering all solutions requires an exhaustive exploration of the entire state space. We propose Pareto Conditioned Networks (PCN), a method that uses a single neural network to encompass all non-dominated policies. PCN associates every past transition with its episode's return. It trains the network such that, when conditioned on this same return, it should reenact said transition. In doing so we transform the optimization problem into a classification problem. We recover a concrete policy by conditioning the network on the desired Pareto-efficient solution. Our method is stable as it learns in a supervised fashion, thus avoiding moving target issues. Moreover, by using a single network, PCN scales efficiently with the number of objectives. Finally, it makes minimal assumptions on the shape of the Pareto front, which makes it suitable to a wider range of problems than previous state-of-the-art multi-objective reinforcement learning algorithms.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Multi-objective Reinforcement Learning | Xi’an transport planning environment | Normalized Hypervolume0.93 | 41 | |
| Multi-objective Reinforcement Learning | Amsterdam transport planning environment | Normalized Hypervolume0.97 | 40 | |
| Continuous Control | MuJoCo Walker2d | Uncertainty Time (UT)0.1 | 11 | |
| Continuous Control | MuJoCo Ant3d | UT0.05 | 11 | |
| Continuous Control | MuJoCo Hopper3d | UT Score0.01 | 11 | |
| Continuous Control | MuJoCo Halfcheetah2d | UT Score0.00e+0 | 11 | |
| Continuous Control | MuJoCo Humanoid2d | UT Score-3.79 | 11 | |
| Continuous Control | MuJoCo Humanoid5d | Undiscounted Return (UT)-0.1 | 11 | |
| Multi-objective Reinforcement Learning | Deep Sea Treasure | Hypervolume (HV)2.28e+4 | 10 | |
| Multi-objective Reinforcement Learning | MO-Gymnasium ResourceGathering | Sparsity642 | 8 |