-
Hey there, is there some particular reason why you removed the notebook showing how to use Brax + PyTorch that I added? Was there something wrong with the performance values? Did something change abou…
-
Hi,
It looks like the behavior from the environment differ if it is jitted or not.
```
import jax
from brax import envs
from brax import jumpy as jp
from jax.config import config
config.…
-
This is probably a really silly question, but I have no experience whatsoever with JS and anything web related.
Im trying to add a torus primitive to the set of colliders. I made a simple mostly em…
-
Is there a way to get the states as image frames?
-
Hi,
I'm trying to create multiple bodies in the environment with differing friction coefficients. However, I couldn't find anywhere how to do this. It seems that most examples have a global frictio…
-
JAX pushed a new updates yesterday after which the Brax training script doesn't work anymore with the following message. I am not sure if the Brax side could help resolve the issue or we need help fro…
-
i have been scratching my head at this for awhile, i have a pretty hefty addons folder, works perfectly in my windows install, when i load it on the linux build with this patcher, it freezes my game w…
-
hi,
i got a box , capsule and sphere. I want to kick the balls (capsule or sphere) with the box, but the balls run through the boxes ? What do i wrong ? I use version 0.0.5
Gif is here: https:…
-
### Proposal
Remove the warning from https://github.com/openai/gym/blob/master/gym/spaces/box.py#L73
### Motivation
The main motivation is annoyance - in PyBullet envs, specifically [here](h…
-
there is a weird thing on status.php, i'm not the one who found it. for example, you could go to
`https://brax.me/prod/status.php?a=alert('hello');document.body.innerText = "world"`
and it would run…