Skip to content

Commit

Permalink
fix imports brax physics module
Browse files Browse the repository at this point in the history
  • Loading branch information
Lookatator committed Nov 30, 2023
1 parent 19ce124 commit 965573f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/environments_test/wrapper_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
import jax
import jax.numpy as jnp
import pytest
from brax.physics.base import vec_to_arr
from brax.physics.config_pb2 import Joint
from brax.v1 import jumpy as jp
from brax.v1.physics.base import vec_to_arr
from brax.v1.physics.config_pb2 import Joint

from qdax import environments

Expand Down

0 comments on commit 965573f

Please sign in to comment.