Planning or Learning: Reliability and Cost in Multi-Asset Maintenance

Xian Yeow Lee, Chandrasekar Venkatraman, Ahmed Farahat

arXiv:2609.13566 · 2026-09-15 공개 · arXiv · PDF

reinforcement-learning reward-shaping cost-optimization action-masking multi-asset-maintenance planning-approaches run-to-failure-data failure-penalty

Abstract

Industrial maintenance systems involve multiple interacting assets and shared resources, making it challenging to balance reliability and operational cost using a single decision framework. While recent work has focused on reinforcement learning (RL) for maintenance scheduling, direct comparisons with planning approaches under identical settings remain limited. In this work, we empirically compare planning and RL for multi-asset bearing maintenance using run-to-failure data. We examine how these methods behave when balancing preventive maintenance against tolerable failures across a range of failure penalty scenarios. We observed a consistent behavioral difference driven by objective formulation. Planning enforces reliability as a hard constraint and produces zero-failure policies whose total cost is largely insensitive to the magnitude of failure penalties. RL agents optimize expected cost and often trade off preventive maintenance against occasional failures as penalties vary, resulting in lower costs under low-penalty regimes but persistent non-zero failures even when penalties are high. We also investigate lightweight constraint mechanisms, including reward shaping and action masking, to encourage RL's reliability. From a practical perspective, planning may be more suitable when strict reliability is required and deployment horizons are short, whereas RL may provide cost-efficient policies when limited failures are acceptable and long-run operational efficiency is prioritized. Overall, this study clarifies the trade-offs between reliability and cost in multi-asset maintenance and suggests that planning and RL are complementary approaches. Beyond these findings, the controlled benchmark protocol itself that unifies environment, cost model, and evaluation across paradigms, offers a reusable template for comparing decision-making approaches in other maintenance settings.

한국어 요약

한 줄 요약

다중 자산 유지보수에서 계획(planning)과 강화학습(RL)의 신뢰성과 비용 효율성 비교를 통해 보완적인 접근법임을 밝힘.

핵심 기여도

핵심 아이디어

다중 자산 유지보수 문제에서 **계획(planning)**과 **강화학습(RL)**은 서로 다른 목표 함수를 기반으로 동작한다. planning은 **신뢰성을 하드 제약 조건**으로 강제하여 **0 실패 정책**을 생성하지만, RL은 **예상 비용 최적화**를 목표로 하여 실패를 허용하는 경향이 있다. 이는 실패 벌점의 변화에 따라 정책이 달라지게 만든다. 예를 들어, **DQN**은 자산 수명이 할인 시간보다 길어지면 **0 유지보수 정책**으로 수렴하며, 실패 예방이 유지보수 비용에 비해 무시될 수 있다. 반면, **PPO**는 **action masking**과 같은 제약 메커니즘을 통해 실패를 줄일 수 있지만, 여전히 planning보다는 실패율이 높다. 이 연구는 **목표 함수의 설계 차이가 정책 결과에 직접적인 영향을 미친다는 점**을 강조하며, 두 접근법이 보완적임을 제시한다.

기술적 접근법

주요 결과

의의 및 한계

이 연구는 **계획과 강화학습이 서로 다른 목표를 기반으로 정책을 생성한다는 점**을 명확히 하며, **운영 목표에 따라 선택이 달라져야 함**을 제시한다. planning은 **엄격한 신뢰성 요구**가 있는 짧은 운영 기간에 적합하고, RL은 **장기 효율성**이 우선시되는 상황에서 유리하다. 그러나 이 연구는 **고정된 데이터셋**과 **6개의 베어링**만을 사용했으며, **실제 운영 환경에서의 불확실성**(예: RUL 추정 오차)을 고려하지 않았다. 또한, **더 복잡한 planning 알고리즘**이나 **제약 RL**(CMDP 등)은 평가되지 않았으며, **통계적 유의성 검정**도 미비하다는 한계가 있다.

실용적 활용