1 Star 0 Fork 0

shan.li / vissim4.3-python3-dev

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

Intelligent Traffic Signal Control

This Project is a traffic control system based on DQN (arxiv:1312.5602) on Vissim. It's an original implement that intelligent traffic signal control via deep reinforment learning on partial urban traffic net. Choosing fine hyper-parameters, agent could learn to how to improve the performance of global net in a long term.

Dependencies

  • Vissim 4.3.0
  • Python 3.5
  • Tensorflow 1.2.0
  • other common packages like pandas numpy matplotlib pywin32
  • ...

About Vissim

VisEnv.py wrapped the orignal api into the open.ai style. For now, speed, travel time, queued vehicles count interfaces are provided. Use this like:

fron vis_env import * 
env = VisEnv()
...
for epi in range(episodes):
    env.reset()
    env.test = True
    for _ in range(steps):
        next_state, reward, done = env.step(action)
    env.write_summary(epi, dir)

Experiments

The performance of DQN is not so good among the series of reinforcement learning algorithm, but agent are still capble to act appropriately in our traffic enviroment.

Queue Travel Time

TODO

More reinforment learning models like dueling-DQN, DDPG, to further improve the performance of agent, and to solve the large discrete actions space problem. Intelligent Traffic Signal Control

空文件

简介

暂无描述 展开 收起
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/lishan666/vissim4.3-python3-dev.git
git@gitee.com:lishan666/vissim4.3-python3-dev.git
lishan666
vissim4.3-python3-dev
vissim4.3-python3-dev
master

搜索帮助