-
Notifications
You must be signed in to change notification settings - Fork 2
/
rules-jp.BAK
177 lines (154 loc) · 8.73 KB
/
rules-jp.BAK
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
<!DOCTYPE html>
<html>
<!--#include virtual="commonhead.html" -->
<head>
<meta charset="utf-8">
<meta name="description" content="SamurAI Coding 2016-17">
<meta name="author" content="Hironori Washizaki">
<title>SamurAI Coding 2017-18: ルール</title>
<link rel="stylesheet" href="stylesheets/default.css">
</head>
<body>
<!--#include virtual="header-jp.html" -->
<header id="mast">
<center>
<img src="images/samurailogo.png" width="391" height="90" alt="" title=""/><br>
<a href="http://www.ipsj.or.jp/english/index.html"><img src="images/IPSJ_logoC_M.gif" title="logo_ipsj" width="200"/></a><br>
<a href="http://www.e-seikatsu.info/"><img src="images/e-Seikatsu.png" width="150"/></a>
<a href="http://www.hitachi.co.jp/"><img src="images/ea60010030dmac.png" width="135"/></a>
<a href="http://recochoku.jp/"><img src="images/RecoChoku.png" width="160"/></a>
<a href="https://www.tis.co.jp/"><img src="images/tis.png" width="150"/></a><br>
<a href="http://vocal.venus.to/"><img src="images/vocal-venus-logo.gif" width="60"/></a>
<a href="http://www.fujitsu.com/"><img src="images/fujitsu-logo.jpg" width="80"/></a>
<a href="http://wwwjp.cray.com/"><img src="images/cray_logo_registered_.png" width="80"/></a>
<a href="http://www.gstylus.co.jp/index.asp"><img src="images/gyaku_logo.jpg" width="60"/></a> <a href="https://moneyforward.com/">マネーフォワード</a><br>
<a href="http://www.ccf.org.cn/"><img src="images/CCF.gif" title="China Computer Federation" width="60"/></a>
<a href="https://www.ics.keio.ac.jp/"><img src="images/Keio.png" title="Department of Information and Computer Science, Faculty of Science and Technology, Keio University" width="50"/></a>
<a href="http://www.computer.org/web/guest"><img src="images/ComputerSocietyLogo-RGB-stacked.gif" title="IEEE CS" width="100"/></a>
<a href="http://jp.ieee.org/"><img src="images/IEEE.jpg" title="IEEE Japan Office" width="60"/></a>
<a href="http://www.jeita.or.jp/"><img src="images/JEITA.jpg" title="Japan Electronics and Information Technology Industries Association" width="70"/></a>
<a href="http://www.jisa.or.jp/"><img src="images/JISA.png" title="Japan Information Technology Services Industry Association" width="70"/></a>
<a href="http://www.jssst.or.jp/"><img src="images/JSSST.gif" title="Japan Society for Software Science and Technology" width="70"/></a>
<img src="images/JSAI.png" title="The Japanese Society for Artificial Intelligence" width="60"/></a>
<a href="http://kiise.or.kr/"><img src="images/KIISE.jpg" title="The Korean Institute of Information Scientists and Engineers" width="180"/></a>
</center> <nav id="global">
<ul>
<li><a href="index-jp.html">ホーム</a></li>
<li><a href="schedule-jp.html">日程</a></li>
<li><a href="rules-jp.html">ルール</a></li>
<li><a href="software-jp.html">ソフトウェア</a></li>
<li><a href="tutorial-jp.html">チュートリアル</a></li>
<li><a href="http://arena.ai-comp.net/">参加登録</a></li>
<li><a href="preliminary-jp.html">予選</a></li>
<li><a href="final-jp.html">決勝</a></li>
<li><a href="faq-jp.html">FAQ</a></li>
<li><a href="sponsor-jp.html">スポンサー</a></li>
<li><a href="index.html">English</a></li>
</ul>
</nav>
</header>
<hr/>
<section id="main">
<h2>SamurAI Coding のルール</h2>
<p>SamurAI Coding はプログラマが AI プログラミングの技倆を競うコンテストです。
コンテストでは、AIの制御するふたりのプレイヤが <em>SamurAI Jockey</em> (サムライジョッキー) という名のゲームで競います。
具体的には、
AIの制御するふたりのプレイヤがスタート位置から開始し、
障害物が設置されたレースコース上でステップごとに位置を変えながら、
ゴールに早く到達することを競うゲームです。
</p>
<ul>
<!--
<li><a href="aboutgame-jp.html">
SamurAI Jockey ゲームの概要</a></li>
-->
<li><a href="https://github.com/SamurAI-Coding/Software2017-18/raw/master/documents/rule-jp.pdf">
サムライジョッキーゲームルール (2018 年 1 月 7 日版)</a></li>
<!--
<li>予選と決勝のトーナメントルールについては、それぞれ
<a href="preliminary-jp.html">予選のページ</a>および
<a href="final-jp.html">決勝のページ</a>をご覧ください。</li>
-->
</ul>
<div style="width:100%;height:0px;position:relative;padding-bottom:90.657%;"><iframe src="https://streamable.com/s/csylw/mwvwmy?autoplay=1" frameborder="0" width="100%" height="100%" allowfullscreen style="width:100%;height:100%;position:absolute;left:0px;top:0px;overflow:hidden;"></iframe></div>
</section>
<hr/>
<!--#include virtual="footer-jp.html" -->
<footer>
<div>
<table class="multicolumn">
<tr>
<td width="250">
<section id="contact">
<h3>情報処理学会</h3>
<p class=address>〒101-0062 東京都千代田区駿河台1-5 化学会館 4階</p>
<p>email: <a class="contactadddr" href="mailto:[email protected]">
[email protected]</a></p>
<a href="http://www.ipsj.or.jp/"><img src="images/IPSJ_logoB_M.gif" width="200"/></a>
</section>
</td>
<td width="300">
<section id="sponsors">
<h3>ゴールドスポンサー</h3>
<p>株式会社いい生活<br>
<a href="http://www.e-seikatsu.info/"><img src="images/e-Seikatsu.png" width="160"/></a></p>
<p>株式会社日立製作所<br>
<a href="http://www.hitachi.co.jp/"><img src="images/ea60010030dmac.png" width="150"/></a></p>
<h3>サポーター</h3>
<p>株式会社日本レジストリサービス(JPRS)<br>
<a href="https://jprs.co.jp/"><img src="images/jprs.jpg" width="100"/></a>
</p>
<p>富士通株式会社<br>
<a href="http://www.fujitsu.com/jp/"><img src="images/fujitsu-logo.jpg" width="103"/></a>
</p>
<h3>メディアスポンサー</h3>
</section>
</td>
<td>
<section id="supporters">
<h3>協賛</h3>
<p class="smaller">
IEEE Japan Office<br>
<a href="http://jp.ieee.org/"><img src="images/IEEE.jpg" title="IEEE Japan Office" width="65"/></a><br><br>
財団法人 情報科学国際交流財団<br><br>
一般社団法人電子情報技術産業協会<br>
<a href="http://www.jeita.or.jp/"><img src="images/JEITA.jpg" title="Japan Electronics and Information Technology Industries Association" width="75"/></a><br><br>
一般社団法人情報サービス産業協会<br>
<a href="http://www.jisa.or.jp/"><img src="images/JISA.png" title="Japan Information Technology Services Industry Association" width="75"/></a><br><br>
一般社団法人日本ソフトウェア科学会<br>
<a href="http://www.jssst.or.jp/"><img src="images/JSSST.gif" title="Japan Society for Software Science and Technology" width="75"/></a><br><br>
一般社団法人電子情報通信学会<br>
<a href="http://www.ieice.org/"><img src="images/IEICE.bmp" title="The Institute of Electronics, Information and Communication Engineers" width="45"/></a>
<br><br>
一般社団法人人工知能学会<br>
<a href="http://www.ai-gakkai.or.jp/"><img src="images/JSAI.png" title="The Japanese Society for Artificial Intelligence" width="55"/></a><br><br>
IEEE Computer Society<br>
<a href="http://www.computer.org/web/guest"><img src="images/ComputerSocietyLogo-RGB-stacked.gif" title="IEEE Computer Society" width="95"/></a><br><br>
The Korean Institute of Information Scientists and Engineers<br>
<a href="http://kiise.or.kr/"><img src="images/KIISE.jpg" title="The Korean Institute of Information Scientists and Engineers" width="180"/></a><br><br>
IEEE Computer Society Tokyo/Japan Joint Chapter<br>
<a href="https://www.ieee-jp.org/section/tokyo/chapter/C-16/"><img src="images/IEEE-CSJ.gif" title="IEEE Computer Society Tokyo/Japan Joint Chapter" width="65"/></a><br><br>
一般社団法人日本情報システム・ユーザー協会<br>
<a href="http://www.juas.or.jp/"><img src="images/JUAS.png" title="Japan Users Association of Information Systems" width="65"/></a>
<br><br>
China Computer Federation<br>
<a href="http://www.ccf.org.cn/"><img src="images/CCF.gif" title="China Computer Federation" width="60"/></a><br><br>
</p>
</section>
<section id="backers">
<h3>後援</h3>
<p class="smaller">
独立行政法人情報処理推進機構<br>
<a href="http://www.ipa.go.jp/"><img src="images/IPA.png" title="Information-technology Promotion Agency, Japan" width="85"/></a><br><br>
文部科学省<br><br>
経済産業省<br><br>
総務省<br><br>
</p>
</section>
</td>
</tr>
</table>
</div>
</footer>
</body>
</html>