Files
Mujoco_WASM/web_platform/tuning.html
T
chenlin 63d67a645b
web-platform-ci / TypeScript, lint, unit, build (push) Has been cancelled
web-platform-ci / Playwright E2E (push) Has been cancelled
feat(tuning): release V0.8.2 Agent 界面重构
2026-09-03 16:25:53 +08:00

27 lines
674 B
HTML

<!doctype html>
<html lang="zh-CN" class="theme-dark">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="theme-color" content="#09111e" />
<meta name="description" content="Unitree Go2 奖励函数自调参 Agent 工作台" />
<link rel="icon" href="data:," />
<title>Go2 自调参 Agent</title>
<style>
html,
body,
#root {
height: 100%;
margin: 0;
}
body {
background: #09111e;
}
</style>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/tuning/main.tsx"></script>
</body>
</html>