paper-with-me

Papers

Multi-agent deep reinforcement learning based real-time planning approach for responsive customized bus routes

2023-12-14 · journal 2023 12 · Binglin Wu, Xingquan Zuo, Gang Chen, Guanqun Ai, Xing Wan

Customized bus can meet many passengers’ personalized travel demand in a public transportation system by providing an innovative shared travel service. Customized bus offers multiple bus routes that jointly form a route network to serve its passengers. It must frequently adjust the station sequences of each bus route in response to trip cancellations and new trip bookings during its operation. Different from relevant research works in the literature, this paper proposes a multi-agent deep reinforcement learning based real-time planning approach for tackling the multiple customized bus routes planning problem. We model the problem as a multi- agent Markov decision process for the first time in literature where a separate agent is assigned to each route to plan its station sequence. We then develop a new multi-agent system. Each agent in the system is powered by an encoder–decoder neural network that consolidates the station sequence decision policy for each bus route. We employ a policy gradient-based reinforcement learning algorithm to train the network parameters of the multi-agent system so as to maximize the number of passengers served while ensuring the customized bus service quality and minimizing the operating cost of all customized bus routes. On three (six) problem instances in offline (online) scenarios, the trained multi-agent system can significantly outperform several existing algorithms in terms of the total cost, adaptiveness and computation time.

📄 PDF Abstract BibTeX

Code (1)

BUPTAIOC/Transportation/tree/main/Multi-Agent%20Deep%20Reinforcement%20Learning%20based%20Real-time%20Planning%20Approach%20for%20Responsive%20Customized%20Bus%20Routes 공식 구현 pytorch

Tasks

DecoderDeep Reinforcement Learningreinforcement-learningReinforcement Learning

Methods 이 논문이 사용한 방법론

Golden Queue Managers 설명 없음
Travel 설명 없음

Similar Papers 제목 키워드 기반

Safe multi-agent motion planning under uncertainty for drones using filtered reinforcement learning

2023-10-31 · Sleiman Safaoui, Abraham P. Vinod, Ankush Chakrabarty, Rien Quirynen 외

We consider the problem of safe multi-agent motion planning for drones in uncertain, cluttered workspaces. For this problem, we present a tractable motion planner that builds upon the strengths of reinforcement learning …

Collision AvoidanceMotion Planningreinforcement-learningReinforcement Learning+1

Multi-Agent Path Planning Using Deep Reinforcement Learning

2021-10-04 · Mert Çetinkaya

In this paper a deep reinforcement based multi-agent path planning approach is introduced. The experiments are realized in a simulation environment and in this environment different multi-agent path planning problems are…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Finding the Time to Think: Learning Planning Budgets in Real-Time RL

2026-06-24 · Aneesh Muppidi, Firas Darwish, Dylan Cope, João F. Henriques 외 arxiv

Deliberating takes time. In real-time settings, that time is not free. Standard reinforcement learning (RL) sidesteps this as the environment waits indefinitely for the agent's decision. Instead, we study real-time RL en…

Reinforcement Learning

Deep Learning for Real-Time Atari Game Play Using Offline Monte-Carlo Tree Search Planning

2014-12-01 · NeurIPS 2014 12 · Xiaoxiao Guo, Satinder Singh, Honglak Lee, Richard L. Lewis 외

The combination of modern Reinforcement Learning and Deep Learning approaches holds the promise of making significant progress on challenging applications requiring both rich perception and policy-selection. The Arcade L…

Atari GamesDeep Learningreinforcement-learningReinforcement Learning+1

Multi-Robot Path Planning Combining Heuristics and Multi-Agent Reinforcement Learning

2023-06-02 · Shaoming Peng

Multi-robot path finding in dynamic environments is a highly challenging classic problem. In the movement process, robots need to avoid collisions with other moving robots while minimizing their travel distance. Previous…

Collision AvoidanceHeuristic SearchMulti-agent Reinforcement Learningreinforcement-learning