-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Stompy Pro to *very* messy MuJoCo WASM (#418)
* copy nathan code * add dora * stompypro model * local wasm ppo * checkpoint * revert to 956587e * clean * Clean up build/lint errors revert unecessary changes --------- Co-authored-by: Winston Hsiao <[email protected]>
- Loading branch information
1 parent
c06e612
commit b6959e4
Showing
31 changed files
with
4,655 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,6 +23,21 @@ | |
<link rel="apple-touch-icon" href="assets/logo192.png" /> | ||
<link rel="manifest" href="assets/manifest.json" /> | ||
|
||
<!-- Add es-module-shims script --> | ||
<script async src="https://ga.jspm.io/npm:[email protected]/dist/es-module-shims.js"></script> | ||
|
||
<!-- Add import map --> | ||
<script type="importmap"> | ||
{ | ||
"imports": { | ||
"three": "/node_modules/three/build/three.module.js" | ||
} | ||
} | ||
</script> | ||
|
||
<!-- Tar Libraries --> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/pako/2.1.0/pako.min.js"></script> | ||
|
||
<script> | ||
(function (apiKey) { | ||
(function (p, e, n, d, o) { | ||
|
@@ -58,4 +73,4 @@ | |
<script type="module" src="src/index.tsx"></script> | ||
</body> | ||
|
||
</html> | ||
</html> |
Oops, something went wrong.