TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Routing Traveling Salesmen on Random Graphs Using Reinforcement Learning

5 点作者 hrzn超过 5 年前

1 comment

MasterScrat超过 5 年前
If you are interested in this kind of problems, I encourage you to check out the Flatland competition: <a href="https:&#x2F;&#x2F;www.aicrowd.com&#x2F;challenges&#x2F;flatland-challenge" rel="nofollow">https:&#x2F;&#x2F;www.aicrowd.com&#x2F;challenges&#x2F;flatland-challenge</a><p>The idea is to optimize the scheduling of Swiss trains, using either operations research (OR) or reinforcement learning (RL).<p>Currently, they only use OR, however as the scale of the network and the number of trains keeps growing, the hypothesis is that RL may soon provide better approaches - they won&#x27;t necessarily be globally optimal, but they will be good enough, and faster to re-calculate if something goes wrong.<p>The competition is currently in-between rounds but it will re-open soon. The idea is to keep it running &quot;forever&quot; as a long-term OR vs RL benchmark.<p>Disclaimer: I am currently affiliated with AIcrowd.