27 lines
655 B
HTML
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>
|