|
1 | 1 | # PufferDrive |
2 | 2 |
|
| 3 | +<p align="center"> |
| 4 | + <a href="https://github.com/Emerge-Lab/PufferDrive/stargazers"><img src="https://img.shields.io/github/stars/Emerge-Lab/PufferDrive?style=social" alt="GitHub stars"></a> |
| 5 | + <a href="https://github.com/Emerge-Lab/PufferDrive/network/members"><img src="https://img.shields.io/github/forks/Emerge-Lab/PufferDrive?style=social" alt="GitHub forks"></a> |
| 6 | + <a href="https://github.com/Emerge-Lab/PufferDrive"><img src="https://img.shields.io/github/watchers/Emerge-Lab/PufferDrive?style=social" alt="GitHub watchers"></a> |
| 7 | +</p> |
| 8 | + |
3 | 9 | <div class="hero"> |
4 | 10 | <img src="images/pufferdrive.gif" alt="PufferDrive logo"> |
5 | 11 | <div> |
6 | 12 | <p>PufferDrive is a high-throughput autonomous driving simulator built on <a href="https://puffer.ai">PufferLib</a>. Train and evaluate multi-agent driving policies with fast vectorized stepping, streamlined data conversion, and ready-made benchmarks.</p> |
7 | 13 | <div class="cta"> |
8 | | - <a class="primary" href="getting-started/">Start here: install & build</a> |
| 14 | + <a class="primary" href="getting-started.html">Start here: install & build</a> |
9 | 15 | <a href="#workflow">See the workflow</a> |
10 | 16 | </div> |
11 | 17 | </div> |
12 | 18 | </div> |
13 | 19 |
|
14 | 20 | ## Try it in your browser |
15 | 21 |
|
16 | | -<iframe src="assets/game.html" title="PufferDrive Demo" width="1280" height="720" style="border: none; display: block; margin: 2rem auto;"></iframe> |
| 22 | +<div class="video-embed"> |
| 23 | +<iframe src="assets/game.html" title="PufferDrive Demo" style="border: none;"></iframe> |
| 24 | +</div> |
17 | 25 |
|
18 | 26 | <p style="text-align: center; color: #888; margin-top: 1rem;"> |
19 | 27 | Hold <strong>Left Shift</strong> and use arrow keys or <strong>WASD</strong> to control the vehicle. Hold <strong>space</strong> for first-person view and <strong>ctrl</strong> to see what your agent is seeing :) |
|
40 | 48 | <div class="badge">Step 1</div> |
41 | 49 | <h3>Install & Build</h3> |
42 | 50 | <p>Set up the environment, install dependencies, and compile the native extensions.</p> |
43 | | - <a href="getting-started/">Open guide</a> |
| 51 | + <a href="getting-started.html">Open guide</a> |
44 | 52 | </div> |
45 | 53 | <div class="step-card"> |
46 | 54 | <div class="badge">Step 2</div> |
47 | 55 | <h3>Prepare Data</h3> |
48 | 56 | <p>Download WOMD/GPUDrive datasets from Hugging Face and convert to map binaries.</p> |
49 | | - <a href="data/">Open guide</a> |
| 57 | + <a href="data.html">Open guide</a> |
50 | 58 | </div> |
51 | 59 | <div class="step-card"> |
52 | 60 | <div class="badge">Step 3</div> |
53 | 61 | <h3>Train & Evaluate</h3> |
54 | 62 | <p>Train agents and evaluate them with WOSAC and human-replay benchmarks.</p> |
55 | | - <a href="evaluation/">Open guide</a> |
| 63 | + <a href="evaluation.html">Open guide</a> |
56 | 64 | </div> |
57 | 65 | </div> |
58 | 66 |
|
|
0 commit comments