-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(readme): update the paper to cite (#161)
* fix(readme): update the paper to cite * Fix python version and dependencies for CI
- Loading branch information
1 parent
b44969f
commit aaa3ece
Showing
8 changed files
with
30 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ version: 2 | |
build: | ||
os: ubuntu-20.04 | ||
tools: | ||
python: "3.8" | ||
python: "3.9" | ||
apt_packages: | ||
- swig | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -139,7 +139,7 @@ git clone [email protected]:adaptive-intelligent-robotics/QDax.git | |
|
||
2. Activate the environment and manually install the package qdax | ||
```zsh | ||
conda activate qdaxpy38 | ||
conda activate qdaxpy39 | ||
pip install -e . | ||
``` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
absl-py==1.0.0 | ||
brax==0.0.15 | ||
chex==0.1.5 | ||
dm-haiku==0.0.5 | ||
flax==0.6.0 | ||
gym==0.23.1 | ||
brax==0.1.2 | ||
chex==0.1.83 | ||
dm-haiku==0.0.10 | ||
flax==0.7.4 | ||
gym==0.26.2 | ||
ipython | ||
jax==0.3.17 | ||
jaxlib==0.3.15 | ||
jax==0.4.16 | ||
jaxlib==0.4.16 | ||
jumanji==0.1.3 | ||
jupyter | ||
numpy==1.22.3 | ||
optax==0.1.4 | ||
numpy==1.24.1 | ||
optax==0.1.7 | ||
protobuf==3.19.4 | ||
scikit-learn==1.0.2 | ||
scipy==1.8.0 | ||
seaborn==0.11.2 | ||
tensorflow-probability==0.15.0 | ||
tensorflow-probability==0.19.0 | ||
typing-extensions==4.3.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters