Spaces:
Running
Running
File size: 1,869 Bytes
dd0b969 8790ff8 dd0b969 | 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 | <!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Repro: XRPO: Pushing the Limits of GRPO with Targeted Exploration and Exploitation</title>
<link rel="stylesheet" href="./logbook.css" />
</head>
<body>
<div id="app">
<aside id="sidebar">
<div id="book-head">
<img id="book-wordmark" src="./trackio-wordmark-dark.png" alt="" />
<div id="book-title" class="sr-only">Logbook</div>
</div>
<nav id="tree"></nav>
<div id="sidebar-foot" hidden>
<button id="connect-btn" type="button">
<span class="ico">ⓘ</span> Collaborate with your agent
</button>
</div>
</aside>
<main id="content">
<div id="page"></div>
</main>
</div>
<div id="modal" hidden>
<div class="modal-backdrop"></div>
<div class="modal-card" role="dialog" aria-modal="true">
<div class="modal-head">
<div class="modal-title">
<img class="modal-logo" src="./trackio-logo.png" alt="" />
Collaborate with your agent
</div>
<div class="modal-actions">
<button id="copy-agent" class="btn">Copy for agent</button>
<button id="modal-close" class="btn icon" aria-label="Close">×</button>
</div>
</div>
<div class="modal-body">
<p class="modal-intro">
Point your coding agent at this logbook. It reads a compact,
token-efficient version — and if you've given it write access to this
Space, it can add findings that sync back automatically.
</p>
<ol id="connect-steps"></ol>
</div>
</div>
</div>
<script src="./logbook.js"></script>
</body>
</html>
|