Geometric Deep Reinforcement Learning for Dynamic DAG Scheduling
Nathan Grinsztajn, Olivier Beaumont, Emmanuel Jeannot, Philippe Preux

TL;DR
This paper introduces a dynamic, graph neural network-based reinforcement learning method for scheduling tasks in high-performance computing, specifically applied to Cholesky factorization, demonstrating adaptability and competitive performance.
Contribution
It presents a novel RL approach combining graph neural networks and actor-critic algorithms for dynamic DAG scheduling, addressing real-world uncertainty and non-determinism.
Findings
Competitive with state-of-the-art heuristics
Does not require explicit environment models
Shows transferability to other instances
Abstract
In practice, it is quite common to face combinatorial optimization problems which contain uncertainty along with non-determinism and dynamicity. These three properties call for appropriate algorithms; reinforcement learning (RL) is dealing with them in a very natural way. Today, despite some efforts, most real-life combinatorial optimization problems remain out of the reach of reinforcement learning algorithms. In this paper, we propose a reinforcement learning approach to solve a realistic scheduling problem, and apply it to an algorithm commonly executed in the high performance computing community, the Cholesky factorization. On the contrary to static scheduling, where tasks are assigned to processors in a predetermined ordering before the beginning of the parallel execution, our method is dynamic: task allocations and their execution ordering are decided at runtime, based on the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDistributed and Parallel Computing Systems · Reinforcement Learning in Robotics · Embedded Systems Design Techniques
