CayleyPy RL: Pathfinding and Reinforcement Learning on Cayley Graphs
A. Chervov, M. Obozov, A. Soibelman, S. Lytkin, I. Kiselev, S. Fironov, A. Lukyanenko, A. Dolgorukova, A. Ogurtsov, F. Petrov, S. Krymskii, M. Evseev, L. Grunvald, D. Gorodkov, G. Antiufeev, G. Verbii, V. Zamkovoy, L. Cheldieva, I. Koltsov, A. Sychev, A. Eliseev, S. Nikolenko

TL;DR
This paper introduces CayleyPy RL, a reinforcement learning approach for pathfinding on large Cayley graphs, demonstrating its effectiveness over classical methods and supporting mathematical conjectures through machine learning.
Contribution
It combines reinforcement learning with diffusion distances, benchmarks various neural architectures, and applies the method to mathematical problems like the Cayley graph of the symmetric group.
Findings
Reinforcement learning methods outperform GAP in specific examples.
Supports the OEIS-A186783 conjecture on graph diameter.
Provides bounds and conjectures on Cayley graph properties.
Abstract
This paper is the second in a series of studies on developing efficient artificial intelligence-based approaches to pathfinding on extremely large graphs (e.g. nodes) with a focus on Cayley graphs and mathematical applications. The open-source CayleyPy project is a central component of our research. The present paper proposes a novel combination of a reinforcement learning approach with a more direct diffusion distance approach from the first paper. Our analysis includes benchmarking various choices for the key building blocks of the approach: architectures of the neural network, generators for the random walks and beam search pathfinding. We compared these methods against the classical computer algebra system GAP, demonstrating that they "overcome the GAP" for the considered examples. As a particular mathematical application we examine the Cayley graph of the symmetric group…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComplexity and Algorithms in Graphs · Topological and Geometric Data Analysis · Advanced Graph Neural Networks
MethodsDiffusion · Focus
