Skip to content

Commit

Permalink
Re-add tf proba
Browse files Browse the repository at this point in the history
  • Loading branch information
araffin committed Jun 15, 2023
1 parent f0ee601 commit bbec22d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ openrlbenchmark = {version = "^0.1.1b4", optional = true}
jax = {version = "^0.3.17", optional = true}
jaxlib = {version = "^0.3.15", optional = true}
flax = {version = "^0.6.0", optional = true}
tensorflow-probability = {version = "^0.19.0", optional = true}
optuna = {version = "^3.0.1", optional = true}
optuna-dashboard = {version = "^0.7.2", optional = true}
envpool = {version = "^0.6.4", optional = true}
Expand Down Expand Up @@ -70,7 +71,7 @@ plot = ["pandas", "seaborn"]
pytest = ["pytest"]
mujoco = ["mujoco", "imageio"]
mujoco_py = ["free-mujoco-py"]
jax = ["jax", "jaxlib", "flax"]
jax = ["jax", "jaxlib", "flax", "tensorflow-probability"]
docs = ["mkdocs-material", "markdown-include", "openrlbenchmark"]
envpool = ["envpool"]
optuna = ["optuna", "optuna-dashboard"]
Expand Down

0 comments on commit bbec22d

Please sign in to comment.