Update torchrl dependency
This commit is contained in:
parent
2b0221052a
commit
5b50e0a078
|
@ -1,4 +1,4 @@
|
||||||
# This file is automatically @generated by Poetry 1.8.1 and should not be changed by hand.
|
# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand.
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "absl-py"
|
name = "absl-py"
|
||||||
|
@ -2903,7 +2903,7 @@ reference = "torch-cpu"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "torchrl"
|
name = "torchrl"
|
||||||
version = "0.4.0+13bef42"
|
version = "0.4.0+c371266"
|
||||||
description = ""
|
description = ""
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = "*"
|
python-versions = "*"
|
||||||
|
@ -2918,13 +2918,13 @@ tensordict = ">=0.4.0"
|
||||||
torch = ">=2.1.0"
|
torch = ">=2.1.0"
|
||||||
|
|
||||||
[package.extras]
|
[package.extras]
|
||||||
all = ["ale-py", "atari-py", "dm_control", "git", "gym", "gym[accept-rom-license]", "gymnasium", "h5py", "huggingface_hub", "hydra-core (>=1.1)", "hydra-submitit-launcher", "minari", "moviepy", "mujoco", "pandas", "pettingzoo (>=1.24.1)", "pillow", "pygame", "pytest", "pytest-instafail", "pyyaml", "requests", "scikit-learn", "scipy", "tensorboard", "torchsnapshot", "torchvision", "tqdm", "vmas (>=1.2.10)", "wandb"]
|
all = ["ale-py", "atari-py", "dm-control", "git", "gym", "gym[accept-rom-license]", "gymnasium", "h5py", "huggingface-hub", "hydra-core (>=1.1)", "hydra-submitit-launcher", "minari", "moviepy", "mujoco", "pandas", "pettingzoo (>=1.24.1)", "pillow", "pygame", "pytest", "pytest-instafail", "pyyaml", "requests", "scikit-learn", "scipy", "tensorboard", "torchsnapshot", "torchvision", "tqdm", "vmas (>=1.2.10)", "wandb"]
|
||||||
atari = ["ale-py", "atari-py", "gym", "gym[accept-rom-license]", "pygame"]
|
atari = ["ale-py", "atari-py", "gym", "gym[accept-rom-license]", "pygame"]
|
||||||
checkpointing = ["torchsnapshot"]
|
checkpointing = ["torchsnapshot"]
|
||||||
dm-control = ["dm_control"]
|
dm-control = ["dm-control"]
|
||||||
gym-continuous = ["gymnasium", "mujoco"]
|
gym-continuous = ["gymnasium", "mujoco"]
|
||||||
marl = ["pettingzoo (>=1.24.1)", "vmas (>=1.2.10)"]
|
marl = ["pettingzoo (>=1.24.1)", "vmas (>=1.2.10)"]
|
||||||
offline-data = ["h5py", "huggingface_hub", "minari", "pandas", "pillow", "requests", "scikit-learn", "torchvision", "tqdm"]
|
offline-data = ["h5py", "huggingface-hub", "minari", "pandas", "pillow", "requests", "scikit-learn", "torchvision", "tqdm"]
|
||||||
rendering = ["moviepy"]
|
rendering = ["moviepy"]
|
||||||
tests = ["pytest", "pytest-instafail", "pyyaml", "scipy"]
|
tests = ["pytest", "pytest-instafail", "pyyaml", "scipy"]
|
||||||
utils = ["git", "hydra-core (>=1.1)", "hydra-submitit-launcher", "tensorboard", "tqdm", "wandb"]
|
utils = ["git", "hydra-core (>=1.1)", "hydra-submitit-launcher", "tensorboard", "tqdm", "wandb"]
|
||||||
|
@ -2932,8 +2932,8 @@ utils = ["git", "hydra-core (>=1.1)", "hydra-submitit-launcher", "tensorboard",
|
||||||
[package.source]
|
[package.source]
|
||||||
type = "git"
|
type = "git"
|
||||||
url = "https://github.com/pytorch/rl"
|
url = "https://github.com/pytorch/rl"
|
||||||
reference = "13bef426dcfa5887c6e5034a6e9697993fa92c37"
|
reference = "HEAD"
|
||||||
resolved_reference = "13bef426dcfa5887c6e5034a6e9697993fa92c37"
|
resolved_reference = "c371266ce5a71cb4b1a319cc56ad59d9b492cb9d"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "torchvision"
|
name = "torchvision"
|
||||||
|
@ -3123,4 +3123,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.10"
|
python-versions = "^3.10"
|
||||||
content-hash = "4aa6a1e3f29560dd4a1c24d493ee1154089da4aa8d2190ad1f786c125ab2b735"
|
content-hash = "4dca0197360d62d56d870cd4791a9bb8bfa179645b892441a1296ac45285b19f"
|
||||||
|
|
|
@ -41,7 +41,7 @@ numba = "^0.59.0"
|
||||||
mpmath = "^1.3.0"
|
mpmath = "^1.3.0"
|
||||||
torch = {version = "^2.2.1", source = "torch-cpu"}
|
torch = {version = "^2.2.1", source = "torch-cpu"}
|
||||||
tensordict = {git = "https://github.com/pytorch/tensordict"}
|
tensordict = {git = "https://github.com/pytorch/tensordict"}
|
||||||
torchrl = {git = "https://github.com/pytorch/rl", rev = "13bef426dcfa5887c6e5034a6e9697993fa92c37"}
|
torchrl = {git = "https://github.com/pytorch/rl"}
|
||||||
mujoco = "^3.1.2"
|
mujoco = "^3.1.2"
|
||||||
mujoco-py = "^2.1.2.14"
|
mujoco-py = "^2.1.2.14"
|
||||||
gym = "^0.26.2"
|
gym = "^0.26.2"
|
||||||
|
|
|
@ -2950,7 +2950,7 @@ mpmath = ">=0.19"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tensordict"
|
name = "tensordict"
|
||||||
version = "0.4.0+ca4256e"
|
version = "0.4.0+f1c833e"
|
||||||
description = ""
|
description = ""
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = "*"
|
python-versions = "*"
|
||||||
|
@ -2971,7 +2971,7 @@ tests = ["pytest", "pytest-benchmark", "pytest-instafail", "pytest-rerunfailures
|
||||||
type = "git"
|
type = "git"
|
||||||
url = "https://github.com/pytorch/tensordict"
|
url = "https://github.com/pytorch/tensordict"
|
||||||
reference = "HEAD"
|
reference = "HEAD"
|
||||||
resolved_reference = "b4c91e8828c538ca0a50d8383fd99311a9afb078"
|
resolved_reference = "f1c833ecf495aa61f3f76bf09f94dd708db496ec"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "termcolor"
|
name = "termcolor"
|
||||||
|
@ -3104,8 +3104,8 @@ utils = ["git", "hydra-core (>=1.1)", "hydra-submitit-launcher", "tensorboard",
|
||||||
[package.source]
|
[package.source]
|
||||||
type = "git"
|
type = "git"
|
||||||
url = "https://github.com/pytorch/rl"
|
url = "https://github.com/pytorch/rl"
|
||||||
reference = "13bef426dcfa5887c6e5034a6e9697993fa92c37"
|
reference = "HEAD"
|
||||||
resolved_reference = "13bef426dcfa5887c6e5034a6e9697993fa92c37"
|
resolved_reference = "c371266ce5a71cb4b1a319cc56ad59d9b492cb9d"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "torchvision"
|
name = "torchvision"
|
||||||
|
@ -3328,4 +3328,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.10"
|
python-versions = "^3.10"
|
||||||
content-hash = "ee86b84a795e6a3e9c2d79f244a87b55589adbe46d549ac38adf48be27c04cf9"
|
content-hash = "e9f0d66c6b070050c1cc29b3bfbb0a1383bd356536091dbebf664c9a0db1f57c"
|
||||||
|
|
|
@ -41,7 +41,7 @@ numba = "^0.59.0"
|
||||||
mpmath = "^1.3.0"
|
mpmath = "^1.3.0"
|
||||||
torch = "^2.2.1"
|
torch = "^2.2.1"
|
||||||
tensordict = {git = "https://github.com/pytorch/tensordict"}
|
tensordict = {git = "https://github.com/pytorch/tensordict"}
|
||||||
torchrl = {git = "https://github.com/pytorch/rl", rev = "13bef426dcfa5887c6e5034a6e9697993fa92c37"}
|
torchrl = {git = "https://github.com/pytorch/rl"}
|
||||||
mujoco = "2.3.7"
|
mujoco = "2.3.7"
|
||||||
mujoco-py = "^2.1.2.14"
|
mujoco-py = "^2.1.2.14"
|
||||||
gym = "^0.26.2"
|
gym = "^0.26.2"
|
||||||
|
|
Loading…
Reference in New Issue