paper-with-me

Papers

Atomic Proximal Policy Optimization for Electric Robo-Taxi Dispatch and Charger Allocation

2025-02-19 · Jim Dai, Manxi Wu, Zhanhao Zhang

Pioneering companies such as Waymo have deployed robo-taxi services in several U.S. cities. These robo-taxis are electric vehicles, and their operations require the joint optimization of ride matching, vehicle repositioning, and charging scheduling in a stochastic environment. We model the operations of the ride-hailing system with robo-taxis as a discrete-time, average reward Markov Decision Process with infinite horizon. As the fleet size grows, the dispatching is challenging as the set of system state and the fleet dispatching action set grow exponentially with the number of vehicles. To address this, we introduce a scalable deep reinforcement learning algorithm, called Atomic Proximal Policy Optimization (Atomic-PPO), that reduces the action space using atomic action decomposition. We evaluate our algorithm using real-world NYC for-hire vehicle data and we measure the performance using the long-run average reward achieved by the dispatching policy relative to a fluid-based reward upper bound. Our experiments demonstrate the superior performance of our Atomic-PPO compared to benchmarks. Furthermore, we conduct extensive numerical experiments to analyze the efficient allocation of charging facilities and assess the impact of vehicle range and charger speed on fleet performance.

📄 PDF Abstract BibTeX arXiv:2502.13392

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Reinforcement LearningScheduling

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

A Deep Reinforcement Learning Approach to Battery Management in Dairy Farming via Proximal Policy Optimization

2024-07-01 · Nawazish Ali, Rachael Shaw, Karl Mason

Dairy farms consume a significant amount of electricity for their operations, and this research focuses on enhancing energy efficiency and minimizing the impact on the environment in the sector by maximizing the utilizat…

Deep Reinforcement Learningenergy managementManagementQ-Learning+2

A proximal policy optimization based intelligent home solar management

2024-04-05 · Kode Creer, Imitiaz Parvez

In the smart grid, the prosumers can sell unused electricity back to the power grid, assuming the prosumers own renewable energy sources and storage units. The maximizing of their profits under a dynamic electricity mark…

Data AugmentationManagement

Path Planning of Cleaning Robot with Reinforcement Learning

2022-08-17 · Woohyeon Moon, Bumgeun Park, Sarvar Hussain Nengroo, TaeYoung Kim 외

Recently, as the demand for cleaning robots has steadily increased, therefore household electricity consumption is also increasing. To solve this electricity consumption issue, the problem of efficient path planning for …

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Transfer Learning

VEGA: Electric Vehicle Navigation Agent via Physics-Informed Neural Operator and Proximal Policy Optimization

2025-09-16 · Hansol Lim, Minhyeok Im, Jonathan Boyack, Jee Won Lee 외 arxiv

We present VEGA, a vehicle-adaptive energy-aware routing system for electric vehicles (EVs) that integrates physics-informed parameter estimation with RL-based charge-aware path planning. VEGA consists of two copupled mo…

Proximal Policy Gradient: PPO with Policy Gradient

2020-10-20 · Ju-Seung Byun, Byungmoon Kim, Huamin Wang

In this paper, we propose a new algorithm PPG (Proximal Policy Gradient), which is close to both VPG (vanilla policy gradient) and PPO (proximal policy optimization). The PPG objective is a partial variation of the VPG o…

OpenAI Gym