-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·318 lines (213 loc) · 9.76 KB
/
index.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
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
<!DOCTYPE html>
<!--[if IE 8 ]>
<html class="no-js oldie ie8" lang="en"> <![endif]-->
<!--[if IE 9 ]>
<html class="no-js oldie ie9" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!-->
<html class="no-js" lang="en"> <!--<![endif]-->
<head>
<!--- basic page needs
================================================== -->
<meta charset="utf-8">
<title>CityFlow</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- mobile specific metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/vendor.css">
<link href="https://unpkg.com/[email protected]/dist/css/ionicons.min.css" rel="stylesheet">
<!-- script
================================================== -->
<script src="js/modernizr.js"></script>
<!-- favicons
================================================== -->
<link rel="icon" type="image/png" href="favicon.png">
</head>
<body id="top">
<!-- header
================================================== -->
<header>
<div class="row">
<div class="logo">
<a href="index.html">CityFlow</a>
</div>
<nav id="main-nav-wrap">
<ul class="main-navigation">
<li class="current"><a class="smoothscroll" href="#intro" title="">Home</a></li>
<li><a class="smoothscroll" href="#about" title="">About</a></li>
<li><a class="smoothscroll" href="#features" title="">Features</a></li>
<li><a class="smoothscroll" href="#cta" title="">Get Start</a></li>
<li><a href="https://cityflow.readthedocs.io/en/latest/" title="">Docs</a></li>
<li class="highlight with-sep"><a href="https://github.com/cityflow-project/CityFlow/" title="" target="_blank"><i
class="fab fa-github"></i> GitHub</a></li>
</ul>
</nav>
<a class="menu-toggle" href="#"><span>Menu</span></a>
</div>
</header> <!-- /header -->
<!-- intro section
================================================== -->
<section id="intro">
<div class="shadow-overlay"></div>
<div class="intro-content">
<div class="row">
<div class="col-twelve">
<div class='video-link'>
<a href="#video-popup"><img src="images/play-button.png" alt=""></a>
</div>
<h1>Welcome to CityFlow.</h1>
<h5>A Multi-Agent Reinforcement Learning Environment </br>
for Large Scale City Traffic Scenario </h5>
<a class="button stroke smoothscroll" href="#about" title="">Learn More</a>
</div>
</div>
</div>
<!-- Modal Popup
========================================================= -->
<div id="video-popup" class="popup-modal mfp-hide">
<div class="fluid-video-wrapper">
<iframe class="video" src="./video/demo.mp4" frameborder="0" mozallowfullscreen allowfullscreen></iframe>
</div>
<a class="close-popup">Close</a>
</div> <!-- /video-popup -->
</section> <!-- /intro -->
<!-- About Section
================================================== -->
<section id="about">
<div class="row section-intro">
<div class="col-twelve with-bottom-line">
<h5>about</h5>
<h1>What is CityFlow?</h1>
</div>
</div>
<div class="row about-content">
<p> CityFlow is a new designed open-source traffic simulator, which is much faster than SUMO (Simulation of Urban Mobility). </p>
<p>CityFlow can support flexible definitions for road network and traffic flow based on synthetic and real-world data. It also provides
user-friendly interface for reinforcement learning.
Most importantly, CityFlow is more than twenty times faster than SUMO and is capable of supporting city-wide traffic simulation with an
interactive render for monitoring.
Besides traffic signal control, CityFlow could serve as the base for other transportation studies and can create new possibilities to test
machine learning methods in the intelligent transportation domain.</p>
</div> <!-- /about-content -->
</section> <!-- /about-->
<!-- features Section
================================================== -->
<section id="features">
<div class="row section-intro">
<div class="col-twelve">
<h5>Features</h5>
<h1>Great features you'll love.</h1>
</div>
</div>
<div class="row features-content">
<div class="features-list block-1-3 block-s-1-2 block-tab-full group">
<div class="bgrid feature">
<span class="icon"><i class="icon ion-md-rocket"></i></span>
<div class="service-content">
<h3 class="h05">Efficient</h3>
<p> Compared the performance with SUMO, CityFlow outperforms in all scenarios and even speedups about 25
times on large scale road networks.
</p>
</div>
</div> <!-- /bgrid -->
<div class="bgrid feature">
<span class="icon"><i class="icon ion-md-checkmark-circle-outline"></i></span>
<div class="service-content">
<h3 class="h05">Effective</h3>
<p> Compared the average duration of vehicles under different traffic volume settings with SUMO, the difference is lower than 0.1%
in some scenarios.
</p>
</div>
</div> <!-- /bgrid -->
<div class="bgrid feature">
<span class="icon"><i class="icon ion-md-car"></i></span>
<div class="service-content">
<h3 class="h05">For large traffic</h3>
<p> CityFlow is designed for large scale city traffic scenario, which includes hundreds of intersections and tens of thousands of
running vehicles.
</p>
</div>
</div> <!-- /bgrid -->
<div class="bgrid feature">
<span class="icon"><i class="icon ion-logo-python"></i></span>
<div class="service-content">
<h3 class="h05">Python Interface</h3>
<p> User can fully control the traffic signals and get various kinds of information about current state through a python
interface.
</p>
</div>
</div> <!-- /bgrid -->
<div class="bgrid feature">
<span class="icon"><i class="icon ion-md-repeat"></i></span>
<div class="service-content">
<h3 class="h05">Reproducible</h3>
<p> All simulations from CityFlow are reproducible. Make it easy to debug and improve reinforcement algorithm.
</p>
</div>
</div> <!-- /bgrid -->
<div class="bgrid feature">
<span class="icon"><i class="icon ion-md-code"></i></span>
<div class="service-content">
<h3 class="h05">Open Source</h3>
<p> CityFlow is an open source project under Apache 2.0 license. Welcome to feedback your issues and suggestions.
</p>
</div>
</div> <!-- /bgrid -->
</div> <!-- features-list -->
</div> <!-- features-content -->
</section> <!-- /features -->
<!-- cta
================================================== -->
<section id="cta">
<div class="row cta-content">
<div class="col-twelve">
<h1 class="h01">Get started now.</h1>
<p class="lead">Pull the docker container, or download and compile the source code.</p>
<ul class="stores">
<li class="download-docker">
<a href="https://hub.docker.com/r/cityflowproject/cityflow" class="button round large" title="">
<i class="fab fa-docker"></i> Docker Repo
</a>
</li>
<li class="download-source">
<a href="https://github.com/cityflow-project/CityFlow/" class="button round large" title="">
<i class="fab fa-github"></i>Source Code</a>
</li>
</ul>
</div>
</div> <!-- /cta-content -->
</section> <!-- /cta -->
<!-- footer
================================================== -->
<footer>
<div class="footer-bottom">
<div class="row">
<div class="col-twelve">
<div class="copyright">
<span>© Copyright CityFlow 2019.</span>
<span>Design by <a href="http://syfeng.net/">Siyuan Feng</a></span>
<span>Template by <a href="http://www.styleshout.com/">styleshout</a></span>
</div>
<div id="go-top" style="display: none;">
<a class="smoothscroll" title="Back to Top" href="#top"><i class="icon ion-md-arrow-round-up"></i></a>
</div>
</div>
</div> <!-- /footer-bottom -->
</div>
</footer>
<div id="preloader">
<div id="loader"></div>
</div>
<!-- Java Script
================================================== -->
<script src="js/jquery-1.11.3.min.js"></script>
<script src="js/jquery-migrate-1.2.1.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>
</html>