63 lines
2.8 KiB
HTML
63 lines
2.8 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>GOD Town / The Ville</title>
|
|
<meta name="description" content="GOD Town experiment details.">
|
|
<link rel="stylesheet" href="../assets/site.css">
|
|
</head>
|
|
<body>
|
|
<header class="site-header">
|
|
<nav class="nav" aria-label="Main navigation">
|
|
<a class="brand" href="../index.html"><img src="../assets/logo_no_bg.png" alt="">GOD</a>
|
|
<div class="nav-links">
|
|
<a href="../index.html">Use Cases</a>
|
|
<a href="index.html">Experiments</a>
|
|
<a href="../start.html">Start</a>
|
|
<a href="../zh/experiments/god-town.html">中文</a>
|
|
<a href="https://github.com/XiaoLuoLYG/GOD">GitHub</a>
|
|
</div>
|
|
</nav>
|
|
</header>
|
|
<main>
|
|
<section class="detail-hero">
|
|
<p class="eyebrow">Daily-life baseline</p>
|
|
<h1>GOD Town / The Ville</h1>
|
|
<p class="lede">A late-spring weekday morning with 10 residents who know each other but do not live in each other's pockets.</p>
|
|
<img src="../assets/screenshots/map-the-ville.png" alt="The Ville map">
|
|
</section>
|
|
<section class="section">
|
|
<div class="detail-grid">
|
|
<article class="detail-panel">
|
|
<h3>Scenario</h3>
|
|
<p>Sunny Tuesday morning, 18 C, light breeze. The town is a slice-of-life baseline, not a quest script.</p>
|
|
</article>
|
|
<article class="detail-panel">
|
|
<h3>Map and cast</h3>
|
|
<p>10 locations, 65 location-scoped interactions, and 10 residents with routines, relationships, worries, secrets, and goals.</p>
|
|
</article>
|
|
<article class="detail-panel">
|
|
<h3>What to try</h3>
|
|
<ul class="compact-list">
|
|
<li>Ask Alice what the town needs today.</li>
|
|
<li>Intervene with a small public announcement.</li>
|
|
<li>Replay how routines and chat change after the next step.</li>
|
|
</ul>
|
|
</article>
|
|
</div>
|
|
</section>
|
|
<section class="section band">
|
|
<p class="eyebrow">Repository path</p>
|
|
<code class="repo-path">agentsociety/quick_experiments/hypothesis_god_town/experiment_1/</code>
|
|
<div class="actions">
|
|
<a class="button" href="https://github.com/XiaoLuoLYG/GOD/tree/main/agentsociety/quick_experiments/hypothesis_god_town/experiment_1">Open experiment folder</a>
|
|
<a class="button secondary" href="../start.html">Run locally</a>
|
|
</div>
|
|
</section>
|
|
</main>
|
|
<footer class="footer"><div class="footer-inner"><span>GOD Town</span><span><a href="index.html">Back to experiments</a></span></div></footer>
|
|
<script src="../assets/site.js"></script>
|
|
</body>
|
|
</html>
|