Skip to content

Commit

Permalink
Switch to Python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
rainx0r committed Jun 12, 2023
1 parent 6b8ed72 commit 2d0815a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jax-rl/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11-slim-buster
FROM python:3.10-slim-buster
LABEL maintainer="[email protected]"

RUN apt-get update && apt install -y --no-install-recommends git python3-pip
Expand Down
3 changes: 2 additions & 1 deletion jax-rl/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ A base Dockerfile containing all the required dependencies for running my RL exp

Includes:

- [email protected]
- CUDA & cuDNN for GPU acceleration
- JAX and [jaxtyping](https://github.com/google/jaxtyping).
- DeepMind's [Haiku](https://github.com/deepmind/dm-haiku), [Optax](https://github.com/deepmind/optax), [RLax](https://github.com/deepmind/rlax) and [chex](https://github.com/deepmind/chex).
- DeepMind's [Haiku](https://github.com/deepmind/dm-haiku), [Optax](https://github.com/deepmind/optax), [RLax](https://github.com/deepmind/rlax), [chex](https://github.com/deepmind/chex) and [Distrax](https://github.com/deepmind/chex).
- [Weights&Biases](https://wandb.ai) and [tensorboardX](https://github.com/lanpa/tensorboardX) for logging.

0 comments on commit 2d0815a

Please sign in to comment.