-
Notifications
You must be signed in to change notification settings - Fork 267
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PiperOrigin-RevId: 415388576 Change-Id: I975be71ad0c63e3e8029d4407981a30544a37313
- Loading branch information
Showing
4 changed files
with
4 additions
and
4 deletions.
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
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 |
---|---|---|
|
@@ -74,7 +74,7 @@ def render(sys: brax.System, qps: List[brax.QP], height: int = 480) -> str: | |
</script> | ||
<div id="brax-viewer"></div> | ||
<script type="module"> | ||
import {Viewer} from 'https://cdn.jsdelivr.net/gh/google/[email protected].8/js/viewer.js'; | ||
import {Viewer} from 'https://cdn.jsdelivr.net/gh/google/[email protected].9/js/viewer.js'; | ||
const domElement = document.getElementById('brax-viewer'); | ||
var viewer = new Viewer(domElement, system); | ||
</script> | ||
|
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 |
---|---|---|
|
@@ -24,7 +24,7 @@ | |
|
||
setup( | ||
name="brax", | ||
version="0.0.8", | ||
version="0.0.9", | ||
description=("A differentiable physics engine written in JAX."), | ||
author="Brax Authors", | ||
author_email="[email protected]", | ||
|