paper-with-me

Papers

A Reinforcement Learning Environment For Job-Shop Scheduling

2021-04-08 · Pierre Tassel, Martin Gebser, Konstantin Schekotihin

Scheduling is a fundamental task occurring in various automated systems applications, e.g., optimal schedules for machines on a job shop allow for a reduction of production costs and waste. Nevertheless, finding such schedules is often intractable and cannot be achieved by Combinatorial Optimization Problem (COP) methods within a given time limit. Recent advances of Deep Reinforcement Learning (DRL) in learning complex behavior enable new COP application possibilities. This paper presents an efficient DRL environment for Job-Shop Scheduling -- an important problem in the field. Furthermore, we design a meaningful and compact state representation as well as a novel, simple dense reward function, closely related to the sparse make-span minimization criteria used by COP methods. We demonstrate that our approach significantly outperforms existing DRL methods on classic benchmark instances, coming close to state-of-the-art COP approaches.

📄 PDF Abstract BibTeX arXiv:2104.03760

Code (4)

prosysscience/JSS 공식 구현 tf
prosysscience/JSSEnv 공식 구현
dmksjfl/Job_Shop_Scheduling_Problem_with_Reinforcement_Learning pytorch
jolibrain/wheatley pytorch

Tasks

Combinatorial OptimizationDeep Reinforcement LearningJob Shop Schedulingreinforcement-learningReinforcement LearningReinforcement Learning (RL)Scheduling

Methods 이 논문이 사용한 방법론

Entropy Regularization 설명 없음
PPO Proximal Policy Optimization, or PPO, is a policy gradient method for reinforcement learning. The motivation was to have an algorithm with the data efficiency and reliable…

Similar Papers 제목 키워드 기반

An efficient deep reinforcement learning environment for flexible job-shop scheduling

2025-09-07 · Xinquan Wu, Xuefeng Yan, Mingqiang Wei, Donghai Guan arxiv

The Flexible Job-shop Scheduling Problem (FJSP) is a classical combinatorial optimization problem that has a wide-range of applications in the real world. In order to generate fast and accurate scheduling solutions for F…

Reinforcement Learning

Reinforcement Learning Approach for Multi-Agent Flexible Scheduling Problems

2022-10-07 · Hongjian Zhou, Boyang Gu, Chenghao Jin

Scheduling plays an important role in automated production. Its impact can be found in various fields such as the manufacturing industry, the service industry and the technology industry. A scheduling problem (NP-hard) i…

Combinatorial OptimizationDecision MakingJob Shop SchedulingOpenAI Gym+6

A Production Scheduling Framework for Reinforcement Learning Under Real-World Constraints

2025-06-16 · Jonathan Hoss, Felix Schelling, Noah Klarmann

The classical Job Shop Scheduling Problem (JSSP) focuses on optimizing makespan under deterministic constraints. Real-world production environments introduce additional complexities that cause traditional scheduling appr…

Job Shop SchedulingReinforcement Learning (RL)Scheduling

An Analysis of the Coordination Gap between Joint and Modular Learning for Job Shop Scheduling with Transportation Resources

2026-04-27 · Moritz Link, Jonathan Hoss, Noah Klarmann arxiv

Efficient job-shop scheduling with transportation resources is critical for high-performance manufacturing. With the rise of "decentralized factories", multi-agent reinforcement learning has emerged as a promising approa…

Multi-agent Reinforcement Learning

A Shop Floor Production Scheduling Case based on RFID-supported Smart Factory

2026-08-17 · Zhihui Chen, Yize Sun, Yuhao Dong, Zeyu Xiao 외 arxiv

Radio frequency identification (RFID) technology has been widely implemented for real-time data collection in manufacturing shop floors, which, in turn, can be used to support dynamic shop floor production planning and s…

Reinforcement Learning