Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 23 additions & 9 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="styles.css">
Expand Down Expand Up @@ -33,8 +34,10 @@
padding: var(--spacing);
background: var(--bg-secondary);
border-radius: 8px;
white-space: pre-wrap; /* Wrap text */
word-wrap: break-word; /* Break long words */
white-space: pre-wrap;
/* Wrap text */
word-wrap: break-word;
/* Break long words */
font-size: 0.9rem;
line-height: 1.4;
}
Expand Down Expand Up @@ -64,16 +67,20 @@
color: var(--text);
display: block;
}

</style>
</head>

<body>
<main class="content">
<div class="title-content">
<p>PufferLib is a fast and sane reinforcement learning library that can train tiny, super-human models in seconds. The included learning algorithm, hyperparameter tuning, and simulation methods are the product of our own research. All our tools are free and open source. Need a high performance environment for your application? We build them professionally and offer training + extended support. Contact jsuarez🐡puffer🐡ai.</p>
<p>PufferLib is a fast and sane reinforcement learning library that can train tiny, super-human models in
seconds. The included learning algorithm, hyperparameter tuning, and simulation methods are the product
of our own research. All our tools are free and open source. Need a high performance environment for
your application? We build them professionally and offer training + extended support. Contact
jsuarez🐡puffer🐡ai.</p>

<p>The demo below is running live 100% client side in your browser. Hold shift to take control!</p>
</div>
</div>

<div class="demo-showcase">
<div class="demo-controls">
Expand All @@ -87,7 +94,8 @@
<div class="game-info">
<h3 class="game-title">Pong</h3>
<p class="game-description">
A classic reimagined: Play against our reinforcement learned agent or watch AI vs AI matches. Running at 1M+ steps per second directly in your browser.
A classic reimagined: Play against our reinforcement learned agent or watch AI vs AI matches.
Running at 1M+ steps per second directly in your browser.
</p>
</div>
</div>
Expand Down Expand Up @@ -132,7 +140,8 @@ <h2 class="section-header">Contributors</h2>
</div>
<div class="contributor">
<strong>Spencer Cheng</strong>
<span>Research Scientist & Engineer at PufferAI. Drive, Terraform, Tower Climb, Go, Connect4, TripleTriad, RWare</span>
<span>Research Scientist & Engineer at PufferAI. Drive, Terraform, Tower Climb, Go, Connect4,
TripleTriad, RWare</span>
</div>
<div class="contributor">
<strong>Kyoung Whan Choe (최경환)</strong>
Expand All @@ -150,11 +159,15 @@ <h2 class="section-header">Contributors</h2>
<strong><a href="https://github.com/drubinstein">David Rubinstein</a></strong>
<span>Several performance improvements w/ torch compilation, lead pokerl contributor.</span>
</div>
<div class="contributor">
<strong><a href="https://vyeoms.github.io/">Victor M. Yeom-Song</a></strong>
<span>Porting Protein to CUDA C</span>
</div>
<div class="contributor">
<strong>Andrew LeFevre</strong>
<span>Impulse Wars</span>
</div>
<div class="contributor">
<div class="contributor">
<strong>Alok Singh</strong>
<span>Docking</span>
</div>
Expand Down Expand Up @@ -249,4 +262,5 @@ <h2 class="section-header">Contributors</h2>
<script src="games.js"></script>
<script src="main.js"></script>
</body>
</html>

</html>