25 lines
1.1 KiB
HTML
25 lines
1.1 KiB
HTML
|
<html class="fa-events-icons-ready"><head>
|
||
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||
|
<title>Playing Flappy Bird using Evolution Strategies</title>
|
||
|
|
||
|
<link rel="stylesheet" href="main_files/style.css">
|
||
|
|
||
|
<script src="main_files/befea5cf35.js"></script><link href="main_files/befea5cf35.css" media="all" rel="stylesheet">
|
||
|
<script src="main_files/socket.js"></script>
|
||
|
</head>
|
||
|
|
||
|
<body><header>
|
||
|
<h1>Playing Flappy Bird using Evolution Strategies</h1>
|
||
|
</header>
|
||
|
|
||
|
<canvas id="canvas" width="450" height="400"></canvas>
|
||
|
|
||
|
<footer>
|
||
|
<p>Inspired by <a href="https://blog.openai.com/evolution-strategies/">Evolution Strategies as a Scalable Alternative to Reinforcement Learning</a> by <a href="https://openai.com/">OpenAI</a></p><a href="https://openai.com/">
|
||
|
|
||
|
</a><div class="links"><a href="https://openai.com/">
|
||
|
</a><a class="github" href="https://github.com/mdibaiee/flappy-es" alt="GitHub">GitHub <i class="fa fa-github"></i></a>
|
||
|
<a class="aylien" href="https://aylien.com/"><img src="main_files/aylien.png" alt="Aylien" width="32"></a>
|
||
|
</div>
|
||
|
</footer>
|
||
|
</body></html>
|