登录
首页 » Python » Traffic-Signal-Control-master

Traffic-Signal-Control-master

于 2020-04-14 发布
0 111
下载积分: 1 下载次数: 7

代码说明:

说明:  附有论文,交通信号灯识别源程序。采DDPG深度强化学习方法。给出了LOSS损失函数图像(With the paper, traffic signal recognition source program.)

文件列表:

Traffic-Signal-Control-master, 0 , 2018-09-27
Traffic-Signal-Control-master\.gitattributes, 66 , 2018-09-27
Traffic-Signal-Control-master\.idea, 0 , 2018-09-27
Traffic-Signal-Control-master\.idea\Traffic Signal Control.iml, 455 , 2018-09-27
Traffic-Signal-Control-master\.idea\misc.xml, 210 , 2018-09-27
Traffic-Signal-Control-master\.idea\modules.xml, 296 , 2018-09-27
Traffic-Signal-Control-master\.idea\vcs.xml, 180 , 2018-09-27
Traffic-Signal-Control-master\.idea\workspace.xml, 20638 , 2018-09-27
Traffic-Signal-Control-master\Agent, 0 , 2018-09-27
Traffic-Signal-Control-master\Agent\__pycache__, 0 , 2018-09-27
Traffic-Signal-Control-master\Agent\__pycache__\dqn_nature.cpython-35.pyc, 6057 , 2018-09-27
Traffic-Signal-Control-master\Agent\__pycache__\dqn_nips.cpython-35.pyc, 6312 , 2018-09-27
Traffic-Signal-Control-master\Agent\__pycache__\replay_memory.cpython-35.pyc, 1482 , 2018-09-27
Traffic-Signal-Control-master\Agent\__pycache__\tf_utils.cpython-35.pyc, 2160 , 2018-09-27
Traffic-Signal-Control-master\Agent\dqn_nature.py, 5961 , 2018-09-27
Traffic-Signal-Control-master\Agent\dqn_nips.py, 5195 , 2018-09-27
Traffic-Signal-Control-master\Agent\networks.py, 10675 , 2018-09-27
Traffic-Signal-Control-master\Agent\pg.py, 3785 , 2018-09-27
Traffic-Signal-Control-master\Agent\replay_memory.py, 932 , 2018-09-27
Traffic-Signal-Control-master\Agent\tf_utils.py, 1706 , 2018-09-27
Traffic-Signal-Control-master\README.md, 1592 , 2018-09-27
Traffic-Signal-Control-master\dqn.inp, 48738 , 2018-09-27
Traffic-Signal-Control-master\images, 0 , 2018-09-27
Traffic-Signal-Control-master\images\Q_Mix Q.png, 47628 , 2018-09-27
Traffic-Signal-Control-master\images\T_Mix Q.png, 21546 , 2018-09-27
Traffic-Signal-Control-master\pg_control.py, 1730 , 2018-09-27
Traffic-Signal-Control-master\train_vis.py, 2461 , 2018-09-27
Traffic-Signal-Control-master\vis_env.py, 9122 , 2018-09-27

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • game
    用matlab实现的一个打地鼠的游戏,建议大家下载后学习一下,可以学到关于图像移动,鼠标捕捉,figure等方面的实际操作(Using matlab to achieve a fight to control the game, we recommend that you download to learn about, you can learn about the image moves, mouse capture, figure and other aspects of the actual operation)
    2013-05-22 19:52:12下载
    积分:1
  • 下雪
    说明:  关于下雪的代码是用python实现的,用于学习交流的(The code about snow is implemented in Python for learning and communication)
    2019-11-11 11:45:40下载
    积分:1
  • FFT
    这是傅里叶变换的LABVIEW程序,利用此程序可以直接得知时间域波形的频域特性!(This is the Fourier transform of the LABVIEW program, this program can learn to use time-domain waveform of the frequency domain!)
    2011-06-17 12:51:28下载
    积分:1
  • CSOLfuzhuyuanma
    CSOL白色辅助全功能源码,里面包含超多功能。直接编译就可以!(CSOL all-white secondary source, which contains super-versatile. Can be directly compiled!)
    2021-01-13 07:08:48下载
    积分:1
  • 在这里只给出了主要的与系统功能相关的 ASP文件中的VBScript代码。...
    在这里只给出了主要的与系统功能相关的 ASP文件中的VBScript代码。-here is the only major system functions associated with the document, the ASP VBScript code.
    2023-06-14 11:55:03下载
    积分:1
  • 虽然这本书有些简单,可是,它包含的内容实也不少。 简单是因为我不想让它太复杂化,我尽量争取一个游戏程序,不到十面纸。事实也是如此:中那么多的代码,...
    虽然这本书有些简单,可是,它包含的内容其实也不少。 简单是因为我不想让它太复杂化,我尽量争取一个游戏程序,不到十面纸。事实也是如此:其中那么多的代码,有一半是详细的解释。 简单的另一个原因是,一个农民的儿子,我知道学生买一本大书的痛苦。 这本书不同于一般的书的地方在于:它是以游戏的实现为主线,附加一些程序涉及到的其它内容。 -VC++6 Gram Programing
    2022-01-21 21:49:48下载
    积分:1
  • vimconfig
    说明:  vim配置及超简单使用,ctags配置,一键使用(vim configuration and super simple use, ctags configuration, one key use)
    2020-07-24 11:05:49下载
    积分:1
  • 单一河道矩形断面非恒定 fortran
    说明:  河道非恒定流模拟程序,基于pressiman格式,可以直接运行,也可修改用于自己的实例(Simulation program of unsteady flow in river channel based on presiman scheme)
    2020-06-07 12:45:24下载
    积分:1
  • his little function rounds a number (or the elements of a vector ot matrix) towa...
    his little function rounds a number (or the elements of a vector ot matrix) towards the nearest number with N significant digits. Examples: roundsd(0.012345,3) returns 0.0123 roundsd(12345,2) returns 12000 This is a useful complement to Matlab s ROUND, ROUND10 and ROUNDN (Mapping toolbox), especially when dealing with data with a large variety of order of magnitudes. I was about to upload this file when I found "sd_round.m" by Edward Zechmann (see aknowledgment), which has similar feature (and more). But, because my script is very different in coding (much much shorter), I decided to share it anyway.
    2022-06-30 21:07:55下载
    积分:1
  • mocexishuquxian3
    这个程序用于MATLAB中,可以打开多个TXT文件,并保存成mat格式的文件,接着继续绘制图形,最后根据曲线的情况,可以进行最小二乘的拟合。(This program is used in MATLAB. It can open multiple TXT files and save them in mat format. Then it can continue to draw graphics. Finally, according to the situation of the curve, it can be fitted by least squares.)
    2020-06-25 14:20:01下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载