-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcode.html
executable file
·230 lines (202 loc) · 9.75 KB
/
code.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Reinforcement Learning for Traffic Signal Control</title>
<!-- Bootstrap Core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,300italic,400italic,700italic" rel="stylesheet" type="text/css">
<link href="vendor/simple-line-icons/css/simple-line-icons.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/stylish-portfolio.min.css" rel="stylesheet">
</head>
<body id="page-top">
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="#page-top">Reinforcement Learning for Traffic Signal Control</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="index.html#page-top">Home</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="dataset.html">Dataset</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="survey.html">Survey</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="code.html">Source code</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="https://cityflow-project.github.io">Simulator</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="index.html#results">Results</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="index.html#news">News</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="index.html#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<header class="masthead d-flex">
<div class="container text-center my-auto">
<div class="col-lg-12 mx-auto">
<h2><font color="white">Source Code</font></h2>
<p class="lead mb-10"><font color="white"><strong>Here we present a list of source code about the methods in traffic signal control, including:</strong></font></p>
<p></p>
<p class="mb-10"><font color="white">- conventional transportation approaches</font></p>
<p></p>
<p class="mb-10"><font color="white">- RL-based traffic signal control approaches</font></p>
<p></p>
<p></p>
<a class="btn btn-primary btn-xl js-scroll-trigger" href="#methods">Methods detail</a>
</div>
</div>
</header>
<!-- About -->
<!--
<section class="content-section bg-white text-white" id="about">
<div class="container text-center">
<div class="row">
<div class="col-lg-10 mx-auto">
<h2>Methods for Traffic Signal Control</h2>
<p class="breadcrumb-custom"><a href="index.html">Home</a> <span class="mx-2">></span> <span>Get Started</span> <span class="mx-2">></span> <span>Data Description</span> </p>
<p class="lead mb-5">Here we present a survey about traffic signal control, including introductions on several conventional transportation approaches and comprehensive coverage on RL-based traffic signal control approaches. </p>
<a class="btn btn-dark btn-xl js-scroll-trigger" href="#">See the survey</a>
<a class="btn btn-light btn-xl js-scroll-trigger" href="#services">Methods detail</a>
</div>
</div>
</div>
</section>
-->
<section class="content-section " id="methods">
<div class="container">
<div class="content-section-heading text-center ">
<h2 class="mb-5">List of methods</h2>
</div>
<div class="table-responsive" data-example-id="simple-table" style="overflow:scroll;">
<table class="table">
<!-- <caption>List of method.</caption>-->
<thead>
<tr>
<th>#</th>
<th>Name</th>
<th>Author/Contributor</th>
<th>Paper</th>
<th>Source code</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">1</th>
<td>Self-organizing Traffic Light Control (SOTL)</td>
<td>Cools, S. B., et al</td>
<td><a href="https://arxiv.org/abs/nlin/0610040v1">link</a></td>
<td><a href="https://github.com/tianrang-intelligence/TSCC2019/blob/master/sotl_agent.py">download</a></td>
</tr>
<tr>
<th scope="row">2</th>
<td>Webster method (Single intersection)</td>
<td>Roess, R. P., et al.</td>
<td><a href="https://books.google.com/books/about/Traffic_Engineering.html?id=OYNPAAAAMAAJ">link</a></td>
<td><a href="">download</a></td>
</tr>
<tr>
<th scope="row">3</th>
<td>IntelliLight</td>
<td>Wei, H., et al</td>
<td><a href="http://personal.psu.edu/hzw77/publications/intellilight-kdd18.pdf">link</a></td>
<td><a href="https://github.com/wingsweihua/IntelliLight">download</a></td>
</tr>
<tr>
<th scope="row">4</th>
<td>MaxPressure</td>
<td>Kouvelas, A., et al.</td>
<td><a href="https://doi.org/10.3141/2421-15">link</a></td>
<td><a href="">download</a></td>
</tr>
</tbody>
</table>
</div>
</div>
</section>
<!-- Call to Action -->
<!--
<section class="content-section ">
</section>
-->
<!-- Map -->
<!--
<section id="contact" class="map">
<iframe width="100%" height="100%" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=Twitter,+Inc.,+Market+Street,+San+Francisco,+CA&aq=0&oq=twitter&sll=28.659344,-81.187888&sspn=0.128789,0.264187&ie=UTF8&hq=Twitter,+Inc.,+Market+Street,+San+Francisco,+CA&t=m&z=15&iwloc=A&output=embed"></iframe>
<br />
<small>
<a href="https://maps.google.com/maps?f=q&source=embed&hl=en&geocode=&q=Twitter,+Inc.,+Market+Street,+San+Francisco,+CA&aq=0&oq=twitter&sll=28.659344,-81.187888&sspn=0.128789,0.264187&ie=UTF8&hq=Twitter,+Inc.,+Market+Street,+San+Francisco,+CA&t=m&z=15&iwloc=A"></a>
</small>
</section>
-->
<!-- Footer -->
<footer id="contact" class="footer text-center">
<div class="container text-center">
<div class="container text-center">
<h2 class="mb-4">Submit Codes</h2>
</div>
<div class="row">
<p class="mb-0">If you know of any code that you believe should be include in the repository, please tell us! Click the button below to submit a review request. All included codes will be fully cited and added to the bibliography.</p>
<p></p>
<a href="mailto:[email protected]?subject=Paper%20Recommendation&body=Name%3A%0A%0AInstitution%3A%0A%0AMessage%3A%0A" class="btn btn-l btn-light">Request Addition</a>
</div>
</div>
</div>
<div class="container">
<p></p>
<ul class="list-inline mb-5">
<li class="list-inline-item">
<a class="social-link rounded-circle text-white mr-3" href="mailto:[email protected]">
<i class="icon-envelope"></i>
</a>
</li>
<li class="list-inline-item">
<a class="social-link rounded-circle text-white mr-3" href="#">
<i class="icon-social-google"></i>
</a>
</li>
<li class="list-inline-item">
<a class="social-link rounded-circle text-white" href="https://github.com/traffic-signal-control">
<i class="icon-social-github"></i>
</a>
</li>
</ul>
<p class="text-muted small mb-0">Copyright © Traffic Signal Control Group | Wesbite developed by <a href="http://personal.psu.edu/hzw77/">Hua Wei</a> | Template by <a href="http://startbootstrap.com/">Smart Bootstrap</a></p>
</div>
</footer>
<!-- Scroll to Top Button-->
<a class="scroll-to-top rounded js-scroll-trigger" href="#page-top">
<i class="fas fa-angle-up"></i>
</a>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/stylish-portfolio.min.js"></script>
</body>
</html>