Search papers, labs, and topics across Lattice.
This paper introduces a novel entity graph modeling approach for multi-agent reinforcement learning (MARL) in dynamic pricing scenarios within liberalized railway markets, where operators face partial observability and regulatory constraints. By representing the environment as a graph of operational units, the method captures the strategic interactions among agents while leveraging a multi-layer relational graph convolutional network for feature processing. Experimental results demonstrate that this framework significantly outperforms traditional MARL methods, achieving higher revenue and stability across varying market complexities.
Graph-based modeling in MARL can unlock new revenue streams in dynamic pricing by effectively capturing strategic interactions in high-speed railway markets.
In liberalised railway systems, operators must set prices dynamically in an environment with partial observability, as they retain private information about their objectives and performance, where regulatory constraints prohibit communication or direct information exchange between competitors to prevent explicit collusion. Consequently, agents must learn to infer strategic interactions only from observable market data which presents a significant challenge for multi-agent reinforcement learning, where standard approaches typically treat observations as unstructured vectors, ignoring the underlying market topology that governs strategic interactions. To address this, an entity graph modelling approach is proposed, which represents the environment as a graph of operational units, rather than decision-making agents or static infrastructure, encoding competition, coordination, and connectivity relations between entities. Then, an extension of the multi-agent twin delayed deep deterministic policy gradient algorithm with graph-based representation learning processes the features of the entities through a multi-layer relational graph convolutional network and aggregates them via a learnt attention mechanism. Experimental results in a rail pricing reinforcement learning environment show that this novel framework achieves higher revenue and stability in two different settings of increasing market complexity compared to a representative selection of relational and non-relational baselines. The code is publicly available at: https://github.com/Kinrre/RelationalRailPricing-RL