-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathvideo.html
More file actions
159 lines (127 loc) · 5.72 KB
/
video.html
File metadata and controls
159 lines (127 loc) · 5.72 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" type="image/png" href="dumb.png">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>Videos!</title>
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport" />
<!-- Fonts and icons -->
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css" />
<!-- CSS Files -->
<link href="assets/css/bootstrap.min.css" rel="stylesheet" />
<link href="assets/css/material-kit.css" rel="stylesheet" />
<link href="assets/css/demo.css" rel="stylesheet" />
<link href="https://afeld.github.io/emoji-css/emoji.css" rel="stylesheet">
</head>
<body class="tutorial-page">
<nav class="navbar navbar-transparent navbar-fixed-top navbar-color-on-scroll" role="navigation">
<div class="container">
<div class="navbar-header">
<button id="menu-toggle" type="button" class="navbar-toggle">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar bar1"></span>
<span class="icon-bar bar2"></span>
<span class="icon-bar bar3"></span>
</button>
<a href="https://dumbodore.github.io">
<div class="logo-container">
<div class="logo">
<img src="dumb.png" >
</div>
<div class="brand">Team Dumbodore</div>
</div>
</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right">
<li>
<a href="https://dumbodore.github.io">Home</a>
</li>
<li>
<a href="https://dumbodore.github.io/team/us.html">Team Members</a>
</li>
<li>
<a href="https://dumbodore.github.io/blog">Blog</a>
</li>
<li>
<a href="https://dumbodore.github.io/video">Videos</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="wrapper">
<div class="header header-filter" style="background-image: url('http://3.bp.blogspot.com/_k5DnAusCKwE/TBi2E3SJzWI/AAAAAAAAAOs/MHOyoEO2Cz4/s1600/Screenshot-20100608-132859%5B2%5D.png');">
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3">
<h1 class="title text-center">A Visual History of Our Progress</h1>
</div>
</div>
</div>
</div>
<div class="main main-raised">
<div class="section">
<div class="container">
<div class="row tim-row">
<div class="col-md-8 col-md-offset-3">
<div class="row">
<iframe width="560" height="315" src="https://www.youtube.com/embed/WdwAGarxizo" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
<p>
<i class="em em-robot_face"></i> The predators were successfully trained with the Genetic Algorithm to catch the prey.
</p>
<br>
<div class="row">
<iframe width="560" height="315" src="https://www.youtube.com/embed/sZkaIHIbmr8" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
<p>
<i class="em em-robot_face"></i> The predators also learned to work together to seek for the prey around the game map and communicate with each other
when the location of the prey is found. After training the rule's parameters with the Genetic Algorithm, the predators also
learned to catch the prey, mostly individualy, in less than 3000 frames.
</p>
<br>
<div class="row">
<iframe width="560" height="315" src="https://www.youtube.com/embed/V6Bul0SyOIM" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
<p>
<i class="em em-robot_face"></i> The prey rule based controller trained with a Genetic Algorithm learned to avoid walls and run away from predators.
The prey also learned to make smart decisions regarding the priority of when to avoid predators and when to avoid walls.
</p>
<br>
<div class="row">
<iframe width="560" height="315" src="https://www.youtube.com/embed/QsctMwntEl4" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
<p>
<i class="em em-robot_face"></i> The video demostrates the sweeping behavior for the predators. The individual predators go to opposite corners of the map, and
begin checking each sector for the prey. They send out a "Cheking!" message when they finished sweeping each part of the map.
</p>
</div>
</div>
</div>
</div>
</div>
<footer class="footer footer-transparent">
<div class="container">
</div>
</footer>
</body>
<!-- Core JS Files -->
<script src="assets/js/jquery.min.js" type="text/javascript"></script>
<script src="assets/js/bootstrap.min.js" type="text/javascript"></script>
<script src="assets/js/material.min.js"></script>
<!-- Plugin for the Sliders, full documentation here: http://refreshless.com/nouislider/ -->
<script src="assets/js/nouislider.min.js" type="text/javascript"></script>
<!-- Plugin for the Datepicker, full documentation here: http://www.eyecon.ro/bootstrap-datepicker/ -->
<script src="assets/js/bootstrap-datepicker.js" type="text/javascript"></script>
<!-- Control Center for Material Kit: activating the ripples, parallax effects, scripts from the example pages etc -->
<script src="assets/js/material-kit.js" type="text/javascript"></script>
<script>
$().ready(function() {
$(window).on('scroll', materialKit.checkScrollForTransparentNavbar);
});
</script>
</html>