paper-with-me

Papers

Untangling Braids with Multi-agent Q-Learning

2021-09-29 · Abdullah Khan, Alexei Vernitski, Alexei Lisitsa

We use reinforcement learning to tackle the problem of untangling braids. We experiment with braids with 2 and 3 strands. Two competing players learn to tangle and untangle a braid. We interface the braid untangling problem with the OpenAI Gym environment, a widely used way of connecting agents to reinforcement learning problems. The results provide evidence that the more we train the system, the better the untangling player gets at untangling braids. At the same time, our tangling player produces good examples of tangled braids.

📄 PDF Abstract BibTeX arXiv:2109.14502

Code (0)

등록된 구현이 없습니다.

Tasks

OpenAI GymQ-Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

An application of neural networks to a problem in knot theory and group theory (untangling braids)

2022-06-10 · Alexei Lisitsa, Mateo Salles, Alexei Vernitski

We report on our success on solving the problem of untangling braids up to length 20 and width 4. We use feed-forward neural networks in the framework of reinforcement learning to train the agent to choose Reidemeister m…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Machine learning discovers invariants of braids and flat braids

2023-07-22 · Alexei Lisitsa, Mateo Salles, Alexei Vernitski

We use machine learning to classify examples of braids (or flat braids) as trivial or non-trivial. Our ML takes form of supervised learning using neural networks (multilayer perceptrons). When they achieve good results i…

Implicit Multiagent Coordination at Unsignalized Intersections via Multimodal Inference Enabled by Topological Braids

2020-04-10 · Christoforos Mavrogiannis, Jonathan A. DeCastro, Siddhartha S. Srinivasa

We focus on navigation among rational, non-communicating agents at unsignalized street intersections. Following collision-free motion under such settings demands nuanced implicit coordination among agents. Often, the str…

Decision MakingTrajectory Prediction

Disentangling Dense Multi-Cable Knots

2021-06-04 · Vainavi Viswanath, Jennifer Grannen, Priya Sundaresan, Brijen Thananjeyan 외

Disentangling two or more cables requires many steps to remove crossings between and within cables. We formalize the problem of disentangling multiple cables and present an algorithm, Iterative Reduction Of Non-planar Mu…

LLM-Driven Collaborative Model for Untangling Commits via Explicit and Implicit Dependency Reasoning

2025-07-22 · Bo Hou, Xin Tan, Kai Zheng, Fang Liu 외 arxiv

Atomic commits, which address a single development concern, are a best practice in software development. In practice, however, developers often produce tangled commits that mix unrelated changes, complicating code review…