Files
Mujoco_WASM/web_platform/tuning.html
T
chenlin deead17a9a
web-platform-ci / TypeScript, lint, unit, build (push) Has been cancelled
web-platform-ci / Playwright E2E (push) Has been cancelled
feat(training): release V0.8 自调参 Agent
2026-09-02 13:49:34 +08:00

27 lines
655 B
HTML

<!doctype html>
<html lang="zh-CN">
<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>