Skip to content

Commit

Permalink
Update Metaworld container
Browse files Browse the repository at this point in the history
  • Loading branch information
rainx0r committed Nov 18, 2024
1 parent 2f62a87 commit 32bb0be
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion metaworld-jax/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM python:3.12.5-slim
LABEL maintainer="me@evangelos.ai"
LABEL maintainer="me@rainx0r.dev"

RUN apt-get update && apt install -y --no-install-recommends git python3-pip libglfw3 libglfw3-dev

Expand Down
16 changes: 9 additions & 7 deletions metaworld-jax/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
# Jax
--find-links https://storage.googleapis.com/jax-releases/jax_nightly_releases.html
jax[cuda12]==0.4.32.dev20240822
# --find-links https://storage.googleapis.com/jax-releases/jax_nightly_releases.html
jax[cuda12]==0.4.34
jaxtyping==0.2.34

flax==0.8.5
numpy>=2.1.2
flax>=0.9.0
distrax==0.1.5

# Metaworld
metaworld @ git+https://github.com/rainx0r/Metaworld.git@bdfae43
metaworld @ git+https://github.com/reginald-mclean/Metaworld@1fc9c76

# Pytorch CPU for logging
--extra-index-url https://download.pytorch.org/whl/cpu
torch==2.4.0

# Logging
wandb==0.17.6
tensorboard==2.17.1
orbax-checkpoint==0.6.0
wandb==0.18.5
orbax-checkpoint==0.7.0
tyro==0.8.11

0 comments on commit 32bb0be

Please sign in to comment.