Skip to content
Discussion options

You must be logged in to vote

I don't think pybullet is compatible with JAX. JAX has its own set of operations that it knows how to transform and optimize (implemented in jax.lax, with numpy-style wrappers in jax.numpy, jax.scipy, etc.) There is not really any facility to take existing non-JAX libraries and compile them to XLA. If you can find the equivalent of pybullet's operations that someone has implemented on top of JAX (just as jax.numpy implements the equivalent of numpy's API on top of jax), that would be the best, otherwise your only option would be running JAX code and pybullet code independently.

You might also check out https://github.com/google/brax, which is JAX-compatible and seems similar to pybullet (…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@rohit-kumar-j
Comment options

Answer selected by rohit-kumar-j
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants