CityFlow:用于大规模城市交通场景的多智能体强化学习环境-源码

上传者: 42097819 | 上传时间: 2021-08-04 14:05:35 | 文件大小: 117KB | 文件类型: ZIP
城流 CityFlow 是一种用于大规模城市交通场景的多智能体强化学习环境。 检查这些功能! 一种微观交通模拟器,可模拟每辆车的行为,提供最高级别的交通演变细节。 支持灵活定义路网和交通流 为强化学习提供友好的python接口 快速地! 精心设计的数据结构和多线程仿真算法。 能够模拟城市范围内的交通。 请参阅与 SUMO 的性能比较。 具有不同线程数(1、2、4、8)和 SUMO 的 CityFlow 之间的性能比较。 从小型 1x1 网格路网到城市级 30x30 路网。 当您需要通过 python API 与模拟器交互时,速度会更快。 截屏 使用 CityFlow 的特色研究和项目 链接 WWW 2019 演示文稿 主页 文档和快速入门 码头工人 [1] 相扑首页 [2] 天让智能首页

文件下载

资源详情

[{"title":"( 68 个子文件 117KB ) CityFlow:用于大规模城市交通场景的多智能体强化学习环境-源码","children":[{"title":"CityFlow-master","children":[{"title":"frontend","children":[{"title":"index.html <span style='color:#111;'> 8.07KB </span>","children":null,"spread":false},{"title":"download_replay.py <span style='color:#111;'> 682B </span>","children":null,"spread":false},{"title":"README.md <span style='color:#111;'> 225B </span>","children":null,"spread":false},{"title":"script.js <span style='color:#111;'> 23.34KB </span>","children":null,"spread":false},{"title":"Point.js <span style='color:#111;'> 1.43KB </span>","children":null,"spread":false},{"title":"spinner.css <span style='color:#111;'> 1022B </span>","children":null,"spread":false},{"title":"style.css <span style='color:#111;'> 942B </span>","children":null,"spread":false}],"spread":true},{"title":"README.rst <span style='color:#111;'> 2.53KB </span>","children":null,"spread":false},{"title":".gitmodules <span style='color:#111;'> 223B </span>","children":null,"spread":false},{"title":"LICENSE.txt <span style='color:#111;'> 11.09KB </span>","children":null,"spread":false},{"title":"src","children":[{"title":"roadnet","children":[{"title":"trafficlight.h <span style='color:#111;'> 1.07KB </span>","children":null,"spread":false},{"title":"trafficlight.cpp <span style='color:#111;'> 1.14KB </span>","children":null,"spread":false},{"title":"roadnet.h <span style='color:#111;'> 14.96KB </span>","children":null,"spread":false},{"title":"roadnet.cpp <span style='color:#111;'> 40.86KB </span>","children":null,"spread":false}],"spread":true},{"title":"utility","children":[{"title":"utility.h <span style='color:#111;'> 4.07KB </span>","children":null,"spread":false},{"title":"config.h <span style='color:#111;'> 148B </span>","children":null,"spread":false},{"title":"barrier.h <span style='color:#111;'> 855B </span>","children":null,"spread":false},{"title":"optionparser.h <span style='color:#111;'> 18.35KB </span>","children":null,"spread":false},{"title":"utility.cpp <span style='color:#111;'> 4.54KB </span>","children":null,"spread":false},{"title":"barrier.cpp <span style='color:#111;'> 505B </span>","children":null,"spread":false}],"spread":true},{"title":"CMakeLists.txt <span style='color:#111;'> 983B </span>","children":null,"spread":false},{"title":"cityflow.cpp <span style='color:#111;'> 2.42KB </span>","children":null,"spread":false},{"title":"flow","children":[{"title":"route.h <span style='color:#111;'> 391B </span>","children":null,"spread":false},{"title":"flow.cpp <span style='color:#111;'> 1020B </span>","children":null,"spread":false},{"title":"flow.h <span style='color:#111;'> 1.38KB </span>","children":null,"spread":false}],"spread":true},{"title":"vehicle","children":[{"title":"lanechange.h <span style='color:#111;'> 2.82KB </span>","children":null,"spread":false},{"title":"vehicle.cpp <span style='color:#111;'> 19.06KB </span>","children":null,"spread":false},{"title":"router.cpp <span style='color:#111;'> 9.67KB </span>","children":null,"spread":false},{"title":"router.h <span style='color:#111;'> 2.01KB </span>","children":null,"spread":false},{"title":"lanechange.cpp <span style='color:#111;'> 8.62KB </span>","children":null,"spread":false},{"title":"vehicle.h <span style='color:#111;'> 11.00KB </span>","children":null,"spread":false}],"spread":true},{"title":"engine","children":[{"title":"archive.h <span style='color:#111;'> 3.21KB </span>","children":null,"spread":false},{"title":"engine.cpp <span style='color:#111;'> 32.74KB </span>","children":null,"spread":false},{"title":"engine.h <span style='color:#111;'> 5.27KB </span>","children":null,"spread":false},{"title":"archive.cpp <span style='color:#111;'> 27.16KB </span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":"Dockerfile <span style='color:#111;'> 669B </span>","children":null,"spread":false},{"title":"extern","children":[{"title":"rapidjson","children":null,"spread":false},{"title":"milo","children":[{"title":"dtoa_milo.h <span style='color:#111;'> 15.26KB </span>","children":null,"spread":false}],"spread":true},{"title":"pybind11","children":null,"spread":false}],"spread":true},{"title":"CMakeLists.txt <span style='color:#111;'> 2.46KB </span>","children":null,"spread":false},{"title":"examples","children":[{"title":"config.json <span style='color:#111;'> 257B </span>","children":null,"spread":false},{"title":"roadnet.json <span style='color:#111;'> 80.83KB </span>","children":null,"spread":false},{"title":"flow.json <span style='color:#111;'> 4.28KB </span>","children":null,"spread":false}],"spread":true},{"title":"tools","children":[{"title":"generator","children":[{"title":"generate_json_from_grid.py <span style='color:#111;'> 16.03KB </span>","children":null,"spread":false},{"title":"generate_grid_scenario.py <span style='color:#111;'> 5.10KB </span>","children":null,"spread":false},{"title":"readme.md <span style='color:#111;'> 1.55KB </span>","children":null,"spread":false}],"spread":true},{"title":"converter","children":[{"title":"sample_script.py <span style='color:#111;'> 1.01KB </span>","children":null,"spread":false},{"title":"converter.py <span style='color:#111;'> 18.58KB </span>","children":null,"spread":false},{"title":"readme.md <span style='color:#111;'> 1.01KB </span>","children":null,"spread":false}],"spread":true},{"title":"debug","children":[{"title":"simple_run.cpp <span style='color:#111;'> 1.84KB </span>","children":null,"spread":false},{"title":"CMakeLists.txt <span style='color:#111;'> 377B </span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":"setup.py <span style='color:#111;'> 2.47KB </span>","children":null,"spread":false},{"title":"docs","children":[{"title":"source","children":[{"title":"replay.rst <span style='color:#111;'> 2.51KB </span>","children":null,"spread":false},{"title":"install.rst <span style='color:#111;'> 1.57KB </span>","children":null,"spread":false},{"title":"roadnet.rst <span style='color:#111;'> 4.00KB </span>","children":null,"spread":false},{"title":"introduction.rst <span style='color:#111;'> 1.09KB </span>","children":null,"spread":false},{"title":"flow.rst <span style='color:#111;'> 1.30KB </span>","children":null,"spread":false},{"title":"conf.py <span style='color:#111;'> 4.59KB </span>","children":null,"spread":false},{"title":"index.rst <span style='color:#111;'> 420B </span>","children":null,"spread":false},{"title":"start.rst <span style='color:#111;'> 7.30KB </span>","children":null,"spread":false}],"spread":true},{"title":"make.bat <span style='color:#111;'> 780B </span>","children":null,"spread":false},{"title":"Makefile <span style='color:#111;'> 609B </span>","children":null,"spread":false}],"spread":true},{"title":"tests","children":[{"title":"azure-pipelines","children":[{"title":"template","children":[{"title":"install_gtest.yml <span style='color:#111;'> 385B </span>","children":null,"spread":false},{"title":"build.yml <span style='color:#111;'> 678B </span>","children":null,"spread":false}],"spread":false},{"title":"azure-pipelines.yml <span style='color:#111;'> 2.82KB </span>","children":null,"spread":false}],"spread":false},{"title":"cpp","children":[{"title":"basic_test.cpp <span style='color:#111;'> 1.37KB </span>","children":null,"spread":false}],"spread":false},{"title":"CMakeLists.txt <span style='color:#111;'> 720B </span>","children":null,"spread":false},{"title":"python","children":[{"title":"test_api.py <span style='color:#111;'> 1.23KB </span>","children":null,"spread":false},{"title":"test_archive.py <span style='color:#111;'> 3.75KB </span>","children":null,"spread":false}],"spread":false}],"spread":true},{"title":".gitignore <span style='color:#111;'> 128B </span>","children":null,"spread":false}],"spread":false}],"spread":true}]

评论信息

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明