-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
462 lines (388 loc) · 26.9 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
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
<!DOCTYPE HTML>
<!--
Photon by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>EvoCraft</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="icon" href="images/favicon.ico">
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="stylesheet" href="assets/academicons-1.9.1/css/academicons.min.css"/>
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<meta property="og:type" content="website" />
<meta property="og:title" content="Minecraft Open-Endedness Challenge" />
<meta property="og:description" content="Open-ended evolution challenge" />
<!-- <meta property="og:description" content="Open-ended evolution challenge. GECCO 2022 conference competition track" /> -->
<meta property="og:url" content="https://evocraft.life" />
<meta property="og:image" content="images/h3.png" />
</head>
<body class="is-preload">
<!-- Header -->
<section id="header">
<div class="inner">
<!-- <span class="iconify" data-icon="fa-solid:dna" data-inline="false"></span> -->
<span class="icon solid major fa-cubes"></span>
<h1><strong style="color:#fdfdfd;font-weight: bold;font-size:67px;">Minecraft Open-Endedness Challenge</strong>
</h1>
<p style="color:rgb(255, 255, 255);font-size:25px;font-weight: bold;line-height: 1.7;">Open-ended evolution challenge<br />
<!-- <a href="https://gecco-2022.sigevo.org/Competitions" target="_blank" style="color:rgb(253, 201, 87)">GECCO 2022 conference</a> competition track</p> -->
<br />
<section id="socialmedia">
<ul class="icons">
<!-- <li><a href="https://twitter.com/RoboEvoArtLab" target="_blank" class="icon brands alt fa-twitter"><span class="label">Twitter</span></a></li>s -->
<li><a href="https://discord.gg/XQEB6Agxat" target="_blank" class="icon brands alt fa-discord"><span class="label">Discord</span></a></li>
<li><a href="https://www.twitch.tv/evocraft_cctv" target="_blank" class="icon brands alt fa-twitch"><span class="label">Twitch</span></a></li>
<li><a href="https://github.com/real-itu/Evocraft-py" target="_blank" class="icon brands alt fa-github"><span class="label">GitHub</span></a></li>
<li><a href="mailto:[email protected]" class="icon solid alt fa-envelope"><span class="label">Email</span></a></li>
</ul>
</section>
<ul class="actions special">
<li><a href="#participate" class="button scrolly">The Competition</a></li>
<!-- <li><a href="#participate" class="button scrolly">Participate</a></li> -->
<!-- <li><a href="#prizes" class="button scrolly">Prizes</a></li> -->
<!-- <li><a href="#cctv" class="button scrolly">Evocraft CCTV</a></li> -->
<!-- <li><a href="#openendedness" class="button scrolly">Open-Endedness?</a></li> -->
<li><a href="#winners" class="button scrolly">Winners previous editions</a></li>
<li><a href="#organizers" class="button scrolly">Organizers & Jury</a></li>
</ul>
</div>
</section>
<!-- participate -->
<section id="participate" class="main style1">
<div class="container">
<div class="row gtr-150">
<div class="col-12">
<!-- <div class="col-6 col-12-medium"> -->
<header class="major">
<h2>The Competition
</h2>
<!-- <h2>THE COMPETITION</h2> -->
</header>
<p><!-- add quote ken staley or just on plain text, "can we have a algorith that runs for 10 days, 10 months, 10 years.. and still keep prorducing something interesting?" or maybe some onther quote from the open endedness great challenge -->
</p>
<!-- <p>
<b>This year edition of the challenge has concluded, thank you to all the parcicipants and see you next year for Evocraft 2022!</b>
</p> -->
<p>
The purpose of this contest on open-endedness is to highlight the progress in algorithms that can create novel and increasingly
complex artefacts. While most experiments in open-ended evolution have so far focused on simple toy domains, we believe Minecraft
-with its almost unlimited possibilities- is the <a href="https://arxiv.org/abs/2012.04751" target="_blank" style="font-weight: bold;">perfect environment</a> to study and compare such approaches. While other popular Minecraft competitions,
like MineRL, have an agent-centric focus, in this competition the goal is to directly evolve Minecraft builds.
</p>
<p>To facilitate the development of submissions, we provide the <a href="https://github.com/real-itu/Evocraft-py" target="_blank" style="font-weight: bold;">EvoCraft API</a>: a python interface to Minecraft.
EvoCraft is implemented as a mod for Minecraft that allows clients to manipulate blocks in a running Minecraft server programmatically through an API.
The framework is specifically developed to facilitate experiments in artificial evolution. The competition framework also supports the recently added "redstone" circuit components in Minecraft,
which allowed players to build amazing functional structures, such as bridge builders, battle robots, or even complete CPUs. Can an open-ended algorithm running in Minecraft discover
similarly complex artefacts automatically? If you have an API feature that you would like to use that is currently missing, feel free to open an issuee on the <a href="https://github.com/real-itu/Evocraft-py" target="_blank" style="font-weight: bold;">GitHub repo</a>.
</p>
<p>
If you want to get familiar with the notion of open-ended algorithms, this is a good starting point:
<a href="https://www.oreilly.com/radar/open-endedness-the-last-grand-challenge-youve-never-heard-of/" target="_blank" >
Open-endedness: The last grand challenge you’ve never heard of.</a>
</p>
<!-- <p>
In contrast to the Minecraft Settlement Generation Challenge, this competition is more about -but not exclusively focused on-
the evolution of mechanical/functional artefacts.
</p> -->
<br>
<header class="major">
<h2>Submit</h2>
</header>
<p>
Use the <a href="https://github.com/real-itu/Evocraft-py" target="_blank" style="color:rgb(32, 123, 207);font-weight: bold;">EvoCraft API</a> to build your open-ended algorithm that is capable of endlessly generating interesting Minecraft creations.
You will find the instructions on how to use it on the <a href="https://github.com/real-itu/Evocraft-py" target="_blank">API readme</a>.
</p>
<p>
Each submission must contain:
<ul>
<li><b>Algorithm description:</b> brief description of your algorithm. </li>
<li><b>Code</b> to your open-ended algorithm. This may be a link to a GitHub/GitLab repository or a Google Colab notebook. </li>
<li><b>Video</b> demostrating the Minecraft creations that emerge from running your algorithm. The video length may be up to maximum 5 minutes. This may be in the form of a link to YouTube or any video hosting plataform.
The video should demonstrate that the algorithm can create diverse and increasingly complex artefacts (i.e. showing artefacts from initial and final generations, showing phylogenetic lineages, etc.).</li>
</ul>
<!-- Use the <a href="https://docs.google.com/forms/d/e/1FAIpQLSey2wKSsip1SFO8qdd8pmSz5gzCADZc0WkQRKmr20dmUhiwjg/viewform?usp=sf_link" target="_blank" style="color:rgb(32, 123, 207);font-weight: bold;">Submission Form</a> to submit to the competition. -->
If your algorithm requires some special setup to demonstrate its open-endedness, get in touch with us and we'll do our best to help.
<!-- <b>Submission deadline is June 1st, 2022.</b> -->
<!-- </p> -->
<br>
<br>
<!-- <p>
<b>Deadline for submission is <del>June 1st</del> <span style="color: #ff3c00">June 15th, 2022</span>.</b> Winners will be announced during <a href="https://gecco-2022.sigevo.org/HomePage" target="_blank" >GECCO 2022 conference</a> on July 10th.
</p> -->
<!-- <h3>Interact with the community</h3>
<p>
We've created a Discord server were you can interact and exchange ideas with us, but also with fellow participants.
Join at <a href="https://x" target="_blank" style="color:rgb(32, 123, 207);font-weight: bold;">Discord server</a>.
</p> -->
<!-- <header class="major">
<h2>RESOURCES</h2>
</header>
<p>
INFORMATION ON RESOURCES ILL BE AVAILABLE SOON </br>
Link to discord channel and resources on open-endedness
</p> -->
<!-- add submission thingy with dropbox/drive -->
<br>
<header class="major">
<h2>Evaluation Criteria</h2>
</header>
<p>
Submission will be evaluated by a panel of independent researchers based on -but not restricted to- the following criteria:
<dl>
<dt><b>Divergence</b></dt>
<dd>Open-ended algorithms are not expected to slow down or converge but rather keep expanding and generating more complex outputs over time.</dd>
<br>
<dt><b>Diversity</b></dt>
<dd>Does the algorithm produce entities with strong phenotypic diversity? Both in term of morphology and potentially in terms of functionality (eg. can the algorithm
come up with several ways of building flying machines?) </dd>
<br>
<dt><b>Complexity</b></dt>
<dd>Can the algorithm produce complex entities or entities interactions that give rise to complex systems? Are hierarchical and modular structures present?</dd>
<br>
<dt><b>Ecological interactions</b></dt>
<dd>Do the created entities interact with each other? Do we observe predatory or symbiotic interactions (mutualism, parasitism, etc.) of any form? These interactions may be entity-entity but also entity-environment.</dd>
<br>
<dt><b>Life-Like properties</b></dt>
<dd>Inspiration may be taken from other attributes of living systems. For instance: <b>Autopoiesis</b>: entities capable of reproducing and regulate their internal states aimed at maintaining conditions that allow them to survive and reproduce by creating its own parts and eventually further components, ultimately resulting in <a href="https://www.tim-taylor.com/selfrepbook/" target="_blank" >self-replicating machines</a>.
<b>Resilience and adaptation</b>: individuals that are resilient to perturbations of their environment -e.g. obstacles-, or in case of damages to their structure.
</dd>
</dl>
</p>
</div>
<!-- <div class="col-6 col-12-medium imp-medium">
<span class="image fit"><img src="images/pic01.jpg" alt="" /></span>
</div> -->
</div>
</div>
</section>
<!-- cctv alife -->
<!-- <section id="cctv" class="main style12">
<div class="container">
<div class="row gtr-200">
<div class="col-12 col-md-6 col-sm-4">
<header class="major">
<h2> <b>Evocraft CCTV </b></h2>
</header>
<p>
<b>Winner solutions will be livestream on a dedicated Twitch channel </b>
</p>
<div id="twitch-embed"></div>
<script src="https://embed.twitch.tv/embed/v1.js"></script>
// Create a Twitch.Embed object that will render within the "twitch-embed" root element.
<script type="text/javascript">
new Twitch.Embed("twitch-embed", {
width: "100%",
height: 640,
channel: "evocraft_cctv",
layout:"video",
allowfullscreen: true,
// only needed if your site is also embedded on embed.example.com and othersite.example.com
// parent: ["embed.example.com", "othersite.example.com"]
});
</script>
</div>
</div>
</div>
</section> -->
<section id="winners" class="main style12">
<div class="container">
<div class="row gtr-200">
<div class="col-12 col-md-6 col-sm-4">
<header class="major">
<h2><strong style="color:#ffffff;">Previous editions Winners</strong></h2>
</header>
<p style="font-size:200%;"> <i class="fa fa-rocket"></i> <strong style="color:#ffffff;"><strong style="color:#FCCA46;">Winner 22':</strong></strong><br><br>The best submission was awarded 500 USD sponsored by <a href="https://github.com/akarshkumar0101/evocraft-2022" target="_blank" style="color:rgb(32, 123, 207);font-weight: bold;">modl.ai</a></p>
<!-- <h4>The best submission was awarded 500 USD sponsored by <a href="https://github.com/akarshkumar0101/evocraft-2022" target="_blank" style="color:rgb(32, 123, 207);font-weight: bold;">modl.ai</a></h4> -->
<h4><strong style="color:#ffffff;"> <strong style="color:#FCCA46;">Human-Like Open-Ended Design via Foundation Models</strong> by Kevin Frans and Akarsh Kumar: </strong> <a href="https://github.com/akarshkumar0101/evocraft-2022" target="_blank" style="color:rgb(32, 123, 207);font-weight: bold;">code repository</a> </h4>
<iframe width="800" height="500" src="https://www.youtube.com/embed/eJ4Ux79jNZA" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<br> </br>
<br> </br>
<p style="font-size:200%;"> <i class="fa fa-rocket"></i> <strong style="color:#ffffff;"><strong style="color:#FCCA46;">Winner 21':</strong></strong><br><br>The best three submissions were awarded the following prizes contributed by <a href="https://modl.ai" target="_blank" style="color:rgb(32, 123, 207);font-weight: bold;">modl.ai</a> and <a href="https://openai.com" target="_blank" style="color:rgb(32, 123, 207);font-weight: bold;">OpenAI</a>: Winner: 1000 USD, First Runner-up: 500 USD, Second Runner-up: 500 USD </p>
<h4><strong style="color:#ffffff;"> <strong style="color:#FCCA46;">Automated design of novel redstone circuits</strong> by Nicholas Guttenberg: </strong> <a href="https://github.com/GoodAI/EvocraftEntry" target="_blank" style="color:rgb(32, 123, 207);font-weight: bold;">code repository</a> </h4>
<iframe width="800" height="500" src="https://www.youtube.com/embed/JJ1-jPGWoqU" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<br> </br>
<br> </br>
<p style="font-size:200%;"> <i class="fa fa-trophy"></i> <strong style="color:#ffffff;"> <strong style="color:#FCCA46;">Runners-up:</strong></strong> </p>
<h4><strong style="color:#ffffff;"> <strong style="color:#FCCA46;">Evocraft PCGNN</strong> by Michael Beukman, Matthew Kruger, Guy Axelrod, Manuel Fokam, Muhammad Nasir: <a href="https://github.com/Michael-Beukman/Evocraft22_PCGNN" target="_blank" style="color:rgb(32, 123, 207);font-weight: bold;">code repository</a> </h4>
<iframe width="800" height="500" src="https://www.youtube.com/embed/tbMJu5W9efY" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<br> </br>
<h4><strong style="color:#ffffff;"> <strong style="color:#FCCA46;">Meta-Diversity Search in Complex Systems</strong>Mayalen Etcheverry, Bert Chan, Clément Moulin-Frier, Pierre-Yves Oudeyer: </strong> <a href="https://mayalene.github.io/evocraftsearch/" target="_blank" style="color:rgb(32, 123, 207);font-weight: bold;">blog post</a> and <a href="https://github.com/mayalenE/evocraftsearch/" target="_blank" style="color:rgb(32, 123, 207);font-weight: bold;">code repository</a> </h4>
<iframe width="800" height="500" src="https://www.youtube.com/embed/H9M6MHMc5gs" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<br> </br>
<br> </br>
<h4><strong style="color:#ffffff;"> <strong style="color:#FCCA46;">Open-ended creation of hybrid creatures with Neural Cellular Automata</strong> Hugo Cisneros, Josef Sivic, Tomas Mikolov: </strong> <a href="https://github.com/hugcis/hybrid-nca-evocraft" target="_blank" style="color:rgb(32, 123, 207);font-weight: bold;">code repository</a> </h4>
<iframe width="800" height="500" src="https://www.youtube.com/embed/RdUCL4Fs0XY" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
</div>
</section>
<!-- Prizes -->
<!-- <section id="prizes" class="main style3">
<div class="container">
<div class="row gtr-150">
<div class="col-2 ">
<ul class="major-icons">
<li><span class="icon solid style1 major fa-trophy"></span></li>
</ul>
</div>
<div class="col-10 ">
<header class="major">
<h2>Prizes</h2>
</header>
<br>
<div class="col-9">
<header class="major">
<h4><strong style="color:#FCCA46;">Monetary awards</strong></h4>
</header>
<p style="font-size:110%;">The best three submissions will be awarded the following prizes contributed by OpenAI and Modl.ai: </p>
<p style="font-size:130%;"> <i class="fa fa-rocket"></i> <strong style="color:#ffffff;">Winner</strong>: 1000 USD</p>
<p style="font-size:130%;"> <i class="fa fa-trophy"></i> First <strong style="color:#ffffff;"> Runner-up</strong>: 500 USD</p>
<p style="font-size:130%;"> <i class="fa fa-medal"></i> Second <strong style="color:#ffffff;"> Runner-up</strong>: 500 USD</p>
</div>
</div>
</div>
</section> -->
<!-- Organizers -->
<section id="organizers" class="main style1 special">
<div class="container">
<header class="major">
<h2>Organizers</h2>
</header>
<div class="row gtr-200 aln-center">
<div class="col-2 col-4-medium">
<span class="image fit"><img src="images/djordje.jpg" alt="" /></span>
<h3>Djordje Grbic </h3>
<h5>IT University of Copenhagen, Denmark</h5>
<!-- <p>Postdoc at IT University of Copenhagen, researching safety in reinforcement learning, self-driving vehicles and artificial life. Did his PhD at the University of Geneva in Switzerland specializing in bioinformatics, genetic algorithms and machine learning applied to studies in evolutionary biology.</p> -->
<a href="https://twitter.com/DjordjeGrbic2" class="icon brands alt fa-twitter fa-2x" target="_blank"><span class="label">Twitter</span></a>
</div>
<div class="col-2 col-4-medium">
<span class="image fit"><img src="images/elias.jpg" alt="" /></span>
<h3>Elias Najarro </h3>
<h5>IT University of Copenhagen, Denmark</h5>
<!-- <p>Research Assistant at the Robotics, Evolution, and Art Lab (REAL), IT University of Copenhagen. Working on meta-learning, evolutionary computation and open-endedness.</p> -->
<a href="https://twitter.com/enasmel" class="icon brands alt fa-twitter fa-2x" target="_blank"><span class="label">Twitter</span></a>
</div>
<div class="col-2 col-4-medium">
<span class="image fit"><img src="images/shyam.png" alt="" /></span>
<h3>Shyam Sudhakaran</h3>
<h5>IT University of Copenhagen, Denmark</h5>
<!-- <p>Research Assistant at the Robotics, Evolution, and Art Lab (REAL), IT University of Copenhagen. Working on meta-learning, evolutionary computation and open-endedness.</p> -->
<a href="https://twitter.com/SudhakaranShyam" class="icon brands alt fa-twitter fa-2x" target="_blank"><span class="label">Twitter</span></a>
</div>
<div class="col-2 col-4-medium">
<span class="image fit"><img src="images/claire.jpeg" alt="" /></span>
<h3>Claire Glanois </h3>
<h5>IT University of Copenhagen, Denmark</h5>
<!-- <p>Postdoc in deep reinforcement learning at Shanghai Jiao Tong- University of Michigan Joint Institute, notably around neural-logic, multi-agents, and neuro-evolution. Previous research in pure mathematics, with a PhD from University Paris 6, in number theory around the algebraic structure of motivic periods.</p> -->
<a href="https://twitter.com/claire__aoi" class="icon brands alt fa-twitter fa-2x" target="_blank"><span class="label">Twitter</span></a>
</div>
<div class="col-2 col-4-medium">
<span class="image fit"><img src="images/seb.jpg" alt="" /></span>
<h3>Sebastian Risi</h3>
<h5>IT University of Copenhagen, Denmark</h5>
<!-- <p>Professor at the IT University of Copenhagen where he co-directs the Robotics, Evolution and Art Lab (REAL). He is currently the principal investigator of a Sapere Aude: DFF Starting Grant (Innate: Adaptive Machines for Industrial Automation). </p> -->
<a href="https://twitter.com/risi1979" class="icon brands alt fa-twitter fa-2x" target="_blank"><span class="label">Twitter</span></a>
</div>
</div>
</div>
<br>
<br>
<div class="container">
<header class="major">
<h2>Jury board</h2>
</header>
<div class="row gtr-200 aln-center">
<div class="col-2 col-4-medium">
<span class="image fit"><img src="images/david.jpg" alt="" /></span>
<h3>David Ha </h3>
<h5>Google Brain</h5>
<a href="https://twitter.com/hardmaru" class="icon brands alt fa-twitter fa-2x" target="_blank"><span class="label">Twitter</span></a>
<a href="https://scholar.google.com/citations?user=J1j92GsxVUMC&hl" class="fas fa-graduation-cap fa-2x" target="_blank"></a>
<!-- <a href="https://scholar.google.com/citations?user=J1j92GsxVUMC&hl" class="ai ai-google-scholar-square ai-2x" target="_blank"></a> -->
</div>
<div class="col-2 col-4-medium">
<span class="image fit"><img src="images/lisa.jpg" alt="" /></span>
<h3>Lisa Soros</h3>
<h5>Cross Labs</h5>
<a href="https://twitter.com/err_more" class="icon brands alt fa-twitter fa-2x" target="_blank"><span class="label">Twitter</span></a>
<a href="https://scholar.google.com/citations?user=iUkpvMUAAAAJ&hl" class="fas fa-graduation-cap fa-2x" target="_blank"></a>
</div>
<div class="col-2 col-4-medium">
<span class="image fit"><img src="images/lana.jpg" alt="" /></span>
<h3>Lana Sinapayen</h3>
<h5>Sony Computer Science Labs</h5>
<a href="https://twitter.com/sina_lana" class="icon brands alt fa-twitter fa-2x" target="_blank"><span class="label">Twitter</span></a>
<a href="https://scholar.google.com/citations?user=UVvjeaoAAAAJ&hl" class="fas fa-graduation-cap fa-2x" target="_blank"></a>
</div>
<div class="col-2 col-4-medium">
<span class="image fit"><img src="images/ken.jpg" alt="" /></span>
<h3>Kenneth Stanley</h3>
<h5>OpenAI</h5>
<a href="https://twitter.com/kenneth0stanley" class="icon brands alt fa-twitter fa-2x" target="_blank"><span class="label">Twitter</span></a>
<a href="https://scholar.google.se/citations?user=6Q6oO1MAAAAJ&hl" class="fas fa-graduation-cap fa-2x" target="_blank"></a>
</div>
<div class="col-2 col-4-medium">
<span class="image fit"><img src="images/joel.jpg" alt="" /></span>
<h3>Joel Lehman</h3>
<h5>OpenAI</h5>
<a href="https://twitter.com/joelbot3000" class="icon brands alt fa-twitter fa-2x" target="_blank"><span class="label">Twitter</span></a>
<a href="https://scholar.google.com/citations?user=GcvxHWQAAAAJ&hl" class="fas fa-graduation-cap fa-2x" target="_blank"></a>
</div>
</div>
</div>
</section>
<!-- Sponsors -->
<section id="sponsors" class="main style1 special">
<!-- <section id="sponsors" class="main style1 special"> -->
<div class="container">
<header class="major">
<h2>Sponsors</h2>
</header>
<div class="row gtr-200 aln-center">
<div class="col-9">
<!-- <header class="major"> -->
<!-- <h4><strong style="color:#ff0000;">Sponsors</strong></h4> -->
<!-- <h4>Monetary award</h4> -->
<!-- </header> -->
<!-- <p style="font-size:110%;">More sponsors will be announced soon</p> -->
<!-- <span class="image left"><img src="images/modlai.png" alt="" /></span> -->
<!-- <span class="image center"><img src="images/modlai.png" alt="" /> </span> -->
<br>
<a href="https://modl.ai/"><img src="images/modlais.png" alt="" id="modlailogo"></a>
<!--         -->
<!-- <a href="https://openai.com/"><img src="images/openai2.png" alt="" id="openailogo" width="300"></a> -->
</div>
</section>
<!-- Footer -->
<section id="footer">
<ul class="icons">
<li><a href="https://discord.gg/XQEB6Agxat" target="_blank" class="icon brands alt fa-discord"><span class="label">Discord</span></a></li>
<li><a href="https://www.twitch.tv/evocraft_cctv" target="_blank" class="icon brands alt fa-twitch"><span class="label">Twitch</span></a></li>
<li><a href="https://github.com/real-itu/Evocraft-py" target="_blank" class="icon brands alt fa-github"><span class="label">GitHub</span></a></li>
<li><a href="https://twitter.com/RoboEvoArtLab" target="_blank" class="icon brands alt fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="mailto:[email protected]" class="icon solid alt fa-envelope"><span class="label">Email</span></a></li>
</ul>
<ul class="copyright">
<li><a href="http://real.itu.dk/">REAL Lab</a></li><li>Design: <a href="http://html5up.net">HTML5 UP | @ajlkn</a></li>
<li>Header Image: <a href="https://www.spigotmc.org/threads/3d-game-of-life.134418/?__cf_chl_jschl_tk__=bb7973000d1fb215543da405ba7d075c49376b43-1610639590-0-ATxXDKaHEh2E6zwxJF-CIJX9DxeDJCb6_HcVFtpms97kCsGijISU5Umy8UwuClf_2oLPlSYvBOTv5Gp6e7Zk08JpEBL6BeXjVZ1iR26WABgfiDPfdZZakCeOpsPTxIGi_ov5o3EIYgGN6KVTkeUNiW4cfR2RyjLqpDcz0zNIU3qOJC6sPtxIJRL_HqufZbS2w6GPiwtBX7zD52UMNnOEHzQ5KMTQfailyVv8xiC7ZZOeCc0xXD8t6q6Uf_o7tXJifky9IwJpY1rMegcDFfnOqqe2Ur-zraTDIANPtjizeytF6Qtne6Qrvcuekt1KwuiAiSLesTJjd00CwCENhD_Gw8TWRpcc3PcJT-kg7BMeqSCD" target="_blank">Assossa</a></li>
</ul>
</section>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>