-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtraining.html
195 lines (189 loc) · 10.3 KB
/
training.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>WrightEagle 2D Soccer Simulation Team</title>
<meta name="msvalidate.01" content="D827435324E8F7F42B9F9FA2FCF66451" />
<meta content="Homepage of WrigtEagle 2D Soccer Simulation Team" name="description" />
<meta content="USTC, RoboCup, Soccer Simulation 2D, WrightEagle" name="keywords" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="style.css" title=default>
<meta name="google-site-verification" content="VFHPPuVl0Sk-wfw2Ryi9Skoad0vTcW6MRKvDr_Ea7HA" />
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-18229669-2', 'auto');
ga('require', 'linkid');
ga('send', 'pageview');
</script>
</head>
<body>
<div id=head>
<table>
<tr>
<td id=title>
<h1>WrightEagle 2D Soccer Simulation Team</h1>
<h2>Multi-Agent Systems Lab., USTC</h2>
<h3>|
<a href=index.html>Home</a> |
<a href=contests.html>Contests</a> |
<a href=members.html>Members</a> |
<a href=publications.html>Publications</a> |
<a href=https://github.com/wrighteagle2d/wrighteaglebase target=_blank>Code</a> |
<a href=training.html>Training</a> |
<a href=links.html>Links</a> |
<a href=contact.html>Contact</a> |
</h3>
</td>
</tr>
</table>
</div>
<ul>
<li><strong>2014 Training Materials</strong>
<ul>
<li><a href="materials/14/RoboCup2D.pdf">仿真2D机器人足球简介与2014暑期讨论班课程安排</a></li>
<li><a href="materials/14/Introduction-to-Simulation-2D-Server.pdf">仿真2D机器人足球Server介绍</a></li>
<li><a href="materials/14/Introduction-to-WrightEagle-Base.pdf">介绍蓝鹰底层</a></li>
<li><a href="materials/14/C++.I.pptx">C++介绍之一</a></li>
<li><a href="materials/14/C++.II.pptx">C++介绍之二</a></li>
<li><a href="platform/sim2d_platform-v15.2.2.tar.gz">仿真2D平台(v15.2.2)自动安装包</a></li>
</ul></li>
<li><strong>2012 Training Materials</strong>
<ul>
<li><a href="materials/12/Introduction-to-Soccer-Simulation-2D.pdf">仿真2D机器人足球简介与2012暑期讨论班课程安排</a></li>
<li><a href="materials/12/install-ubuntu.rar">安装Ubuntu</a></li>
<li><a href="materials/12/Introduction-to-Simulation-2D-Server.pdf">仿真2D机器人足球Server介绍</a></li>
<li><a href="materials/12/C++.I.pptx">C++介绍之一</a><a href="materials/12/C++.II.pptx">C++介绍之二</a></li>
<li><a href="materials/12/Introduction-to-WrightEagle-Base.pdf">介绍蓝鹰底层</a></li>
<li><a href="materials/12/Dynamic-Debug.avi">介绍蓝鹰底层动态调试功能的视频</a></li>
<li><a href="materials/12/Using-Eclipse.avi">介绍Eclipse导入蓝鹰底层的视频</a></li>
<li><a target="_blank" href="https://docs.google.com/spreadsheet/ccc?key=0Aq8rfivw4xBMdDFSYndNTlliRk9IdWNLczlYYmljTnc">选课名单</a></li>
</ul></li>
<li><strong>2011 RoboCup 2D Soccer Simulation League Match of USTC</strong>
<ul>
<li><a href="materials/11/rules.pdf">Rules</a> of this League Match is available. Aug. 11, 2011</li>
<li><a href="materials/11/additional_rules.pdf">Additional Rules</a> of this League Match is available. Aug. 14, 2011</li>
<li><a target="_blank" href="http://202.141.161.27/results/11/">Results Page</a> is available! Aug. 15, 2011</li>
</ul></li>
<li><strong>2011 Training Materials</strong>
<ul>
<li><a href="materials/11/schedule-2011.pdf">2011暑期讨论班课程安排</a></li>
<li><a href="materials/11/Introduction-to-Soccer-Simulation-2D.pdf">仿真2D机器人足球简介</a></li>
<li><a href="platform/sim2d_platform-v15.tar.gz">仿真2D平台(v15)自动安装包</a></li>
<li><a href="materials/11/Introduction-to-Simulation-2D-Server.pdf">仿真2D Server简介</a></li>
<li><a href="materials/10/The-Way-to-CPlusPlus.tgz">走向C++之路</a></li>
<li><a href="materials/11/Brief-Introduction-to-WrightEagleBASE.pdf">WrightEagle底层代码简介</a></li>
</ul></li>
<li><strong>2010 2nd RoboCup 2D Soccer Simulation League Match of USTC</strong>
<ul>
<li><a href="materials/10/rules2.pdf">Rules</a> of this League Match is available. Sep. 30, 2010</li>
<li><a target="_blank" href="http://202.141.161.27/results/10/">Results Page</a> is available! Oct. 10, 2010</li>
<li>Congratulations to the champion EastEagle team! Oct. 31, 2010</li>
</ul></li>
<li><strong>2010 2nd Training Materials</strong>
<ul>
<li><a href="materials/10/Introduction-to-Soccer-Simulation-2D_2nd.pdf">仿真2D机器人足球简介</a></li>
<li><a href="materials/10/Ubuntu-Installation-and-Development-Evironment_2nd.pdf">Ubuntu的安装和开发环境配置</a></li>
<li><a href="materials/10/Introduction-to-Server_2nd.pdf">仿真2D Server介绍</a></li>
<li><a href="materials/10/The-Way-to-CPlusPlus.tgz">走向C++之路</a></li>
<li><a href="materials/10/Introduction-to-WrightEagleBASE_2nd.pdf">WrightEagle底层代码介绍</a></li>
</ul></li>
<li><strong>2010 RoboCup 2D Soccer Simulation League Match of USTC</strong>
<ul>
<li><a href="materials/10/rules.pdf">Rules</a> of this League Match is available. Aug. 24, 2010</li>
<li><a target="_blank" href="http://202.141.161.27/results/10/">Results Page</a> is available! Aug. 29, 2010</li>
</ul></li>
<li><strong>2010 Training Materials</strong>
<ul>
<li><a href="materials/10/Introduction-to-Soccer-Simulation-2D.pdf">仿真2D机器人足球简介</a></li>
<li><a href="materials/10/Introduction-to-Server.pdf">仿真2D Server介绍</a></li>
<li><a href="materials/10/Ubuntu-Installation-and-Development-Evironment.pdf">Ubuntu的安装和开发环境配置</a></li>
<li><a href="materials/10/The-Way-to-CPlusPlus(I).ppt">走向C++之路(一)</a></li>
<li><a href="materials/10/The-Way-to-CPlusPlus(II).ppt">走向C++之路(二)</a></li>
<li><a href="materials/10/Introduction-to-WrightEagleBASE.pdf">WrightEagle底层代码介绍</a></li>
</ul></li>
<li><strong>2009 RoboCup 2D Soccer Simulation League Match of USTC</strong>
<ul>
<li><a href="materials/09/rules.pdf">Rules</a> of this League Match is available. Aug. 25, 2009</li>
<li><a target="_blank" href="http://202.141.161.27/results/09/">Results Page</a> is available! Aug. 22, 2009</li>
<li>Congratulations to the champion ray team! Sep. 26, 2009</li>
</ul></li>
<li><strong>2009 Training Materials</strong>
<ul>
<li><a href="materials/09/1_Introduction_to_RoboCup_Simulation_2D_League.pdf">Introduction to RoboCup Simulation 2D League</a></li>
<li><a href="materials/09/C++(1).ppt">走向C++之路(一)</a></li>
<li><a href="materials/09/C++(2).ppt">走向C++之路(二)</a></li>
<li><a href="materials/09/server_intro_for_training.pdf">仿真2D Server介绍</a></li>
<li><a href="materials/09/WE2009_Base.ppt">WrightEagle底层代码介绍</a></li>
<li><a href="materials/09/Prob_Plan.pdf">Probability Based Planning</a></li>
<li><a href="materials/09/HRI_0.pdf">人机交互(一)</a></li>
<li><a href="materials/09/HRI_1.pdf">人机交互(二)</a></li>
<li><a href="materials/09/HRI_3.pdf">人机交互(三)</a></li>
<li><a href="materials/09/molecule.pdf">分子机器人</a></li>
</ul></li>
<li><strong>2008 RoboCup 2D Soccer Simulation League Match of USTC</strong>
<ul>
<li><a href="materials/08/rules.pdf">Rules</a> of this League Match is available. Sep. 9, 2008</li>
<li><a target="_blank" href="http://202.141.161.27/results/08">Results Page</a> is available! Sep. 14, 2008</li>
<li>Congratulations to the champion E630 team! Oct. 12, 2008</li>
</ul></li>
<li><strong>2008 Training Materials</strong>
<ul>
<li><a href="materials/08/20080906report.pdf">Introduction to WrightEagle Simulation 2D</a></li>
<li><a href="materials/08/Introduce_to_UVASource.pdf">Introduction to UVASource</a></li>
<li><a href="materials/08/Introduce_to_SoccerServer.pdf">Introduction to SoccerServer</a></li>
<li><a href="materials/08/Introduce_to_Linux.pdf">Introduction to Linux</a></li>
<li>Exprements
<ul>
<li><a href="materials/08/experiments/Experiment_Guidance1.tar.gz">Experiment Guidance1</a></li>
<li><a href="materials/08/experiments/Experiment_Guidance2.pdf">Experiment Guidance2</a></li>
</ul></li>
</ul></li>
<li><strong>Other Materials</strong>
<ul>
<li><a href="materials/ServerManual.pdf">Users Manual for Soccer Server</a></li>
<li><a href="materials/ServerManual_cn.pdf">Users Manual for Soccer Server (Chinese version)</a></li>
<li><a href="materials/USTC_Material.pdf">Material of USTC</a></li>
<li><a href="materials/HFUT_Material.pdf">Material of HFUT</a></li>
<li>Slides for freshman
<ul>
<li><a href="materials/1_Introduction_to_RoboCup_Simulation_2D_League.pdf">Introduction to RoboCup Simulation 2D League</a></li>
<li><a href="materials/2_How_to_Develop_A_Client.pdf">How to Develop A Client</a></li>
<li><a href="materials/3_World_Model_for_A_Client.pdf">World Model for A Client</a></li>
<li><a href="materials/4_Basic_Command_for_A_Client.pdf">Basic Command for A Client</a></li>
<li><a href="materials/5_High_Level_Decision_for_A_Client.pdf">High Level Decision for A Client</a></li>
</ul></li>
</ul></li>
</ul>
<br>
<div id="extra">
<!-- extra stuff goes here -->
</div>
<div class="footer">
<hr>
<table width="100%" border="0">
<tr>
<td width="33%" align="left">
<span><script language="JavaScript">
<!--
lastmod = new Date(document.lastModified);
year = lastmod.getFullYear();
month = lastmod.getMonth() + 1;
document.write("Last Updated: " + year + " - " + month);
// -->
</script></span>
</td>
<td width="33%" align="center">
<span>
<strong>WrightEagle 2D Soccer Simulation Team</strong>
</span>
</td>
<td width="33%" align="right">
<span><a target="_blank" href="http://ai.ustc.edu.cn/">Multi-Agent Systems Lab.</a>, <a target="_blank" href="http://www.ustc.edu.cn/" target="_blank">USTC</a></span> </td>
</tr>
</table>
</div>
</body>
</html>