Skip to content

Commit

Permalink
add safetensors as dep for wrappers file
Browse files Browse the repository at this point in the history
  • Loading branch information
amacrutherford committed Oct 14, 2024
1 parent 9c310f4 commit 1c81f41
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ dependencies = [
"jax>=0.4.16.0,<=0.4.25",
"jaxlib>=0.4.16.0,<=0.4.25",
"flax",
"safetensors",
"chex",
"brax==0.10.3",
"mujoco==3.1.3",
Expand All @@ -47,7 +48,6 @@ dependencies = [
algs = [
"optax",
"distrax",
"safetensors",
"flashbax==0.1.0",
"wandb",
"hydra-core>=1.3.2",
Expand Down
1 change: 0 additions & 1 deletion tests/hanabi/test_hanabi.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
import jax
from jax import numpy as jnp
from jaxmarl import make
from jaxmarl.wrappers.baselines import LogWrapper

env = make("hanabi")
dir_path = os.path.dirname(os.path.realpath(__file__))
Expand Down

0 comments on commit 1c81f41

Please sign in to comment.