Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
108 commits
Select commit Hold shift + click to select a range
1b585d6
initial commit
vwxyzjn Oct 13, 2022
fa82356
pre-commit
vwxyzjn Oct 13, 2022
4074eee
Add hub integration
vwxyzjn Oct 13, 2022
4436ce4
pre-commit
vwxyzjn Oct 14, 2022
df41e3d
use CommitOperation
vwxyzjn Oct 18, 2022
a98383d
Fix pre-commit
vwxyzjn Oct 18, 2022
b430540
refactor
vwxyzjn Oct 18, 2022
dd8ee86
Merge branch 'master' into hf-integration
vwxyzjn Oct 18, 2022
8144562
push changes
vwxyzjn Oct 27, 2022
2f20e17
refactor
vwxyzjn Oct 27, 2022
fdfc2a5
fix pre-commit
vwxyzjn Nov 16, 2022
56413f8
pre-commit
vwxyzjn Nov 16, 2022
b1b1dbd
Merge branch 'master' into hf-integration
vwxyzjn Nov 16, 2022
f6865d4
close the env and writer after eval
vwxyzjn Nov 16, 2022
fbe986c
support dqn jax
vwxyzjn Nov 17, 2022
83aa010
pre-commit
vwxyzjn Nov 17, 2022
ba1bfdb
Update cleanrl_utils/huggingface.py
vwxyzjn Nov 17, 2022
aee6809
address comments
vwxyzjn Nov 17, 2022
80a460f
update docs
vwxyzjn Nov 17, 2022
40be7d8
support dqn_atari_jax
vwxyzjn Dec 10, 2022
65ded2a
bug fix and docs
vwxyzjn Dec 13, 2022
133e6bd
Add cleanrl to the hf's `metadata`
vwxyzjn Dec 13, 2022
10d0b79
Merge branch 'master' into hf-integration
vwxyzjn Dec 15, 2022
ca60f24
include huggingface integration
vwxyzjn Dec 15, 2022
b165e35
test for enjoy.py
vwxyzjn Dec 15, 2022
7163d0d
bump version, pip install extra hack
vwxyzjn Dec 15, 2022
27d9b3d
Update cleanrl_utils/huggingface.py
vwxyzjn Dec 16, 2022
2a2208f
Update cleanrl_utils/huggingface.py
vwxyzjn Dec 16, 2022
4ac5631
Update cleanrl_utils/huggingface.py
vwxyzjn Dec 16, 2022
40358b1
Update cleanrl_utils/huggingface.py
vwxyzjn Dec 16, 2022
df68d57
Update cleanrl_utils/huggingface.py
vwxyzjn Dec 16, 2022
7dddfbd
Update cleanrl_utils/huggingface.py
vwxyzjn Dec 16, 2022
954723f
update docs
vwxyzjn Dec 16, 2022
fb858ae
update pre-commit
vwxyzjn Dec 16, 2022
b508f66
quick fix
vwxyzjn Dec 16, 2022
7d5193b
bug fix
vwxyzjn Dec 16, 2022
c390b8d
lazy load modules to avoid dependency issues
vwxyzjn Dec 20, 2022
cc456d6
Add huggingface shields
vwxyzjn Dec 20, 2022
fd5a737
Add emoji
vwxyzjn Dec 20, 2022
3b0af25
Update docs
vwxyzjn Dec 20, 2022
ff0be11
pre-commit
vwxyzjn Dec 20, 2022
9bd034e
Update docs
vwxyzjn Dec 20, 2022
78022d7
Update docs
vwxyzjn Dec 20, 2022
aae8d4d
Merge branch 'master' into hf-integration
kinalmehta Dec 30, 2022
1c2cd40
fix: use `algorithm_variant_filename` in model card reproduction script
kinalmehta Dec 31, 2022
e172a0c
typo fix
kinalmehta Dec 31, 2022
c733514
feat: add hf support for c51
kinalmehta Dec 31, 2022
15be698
formatting fix
kinalmehta Dec 31, 2022
8fac8e3
support pulling variant depdencies directly
vwxyzjn Dec 31, 2022
35d6fc7
support model saving for `ppo_atari_envpool_xla_jax_scan`
vwxyzjn Dec 31, 2022
1ce42c9
Merge branch 'master' into hf-integration
vwxyzjn Dec 31, 2022
8990794
support `ppo_atari_envpool_xla_jax_scan`
vwxyzjn Jan 1, 2023
ea4a71d
quick change
vwxyzjn Jan 1, 2023
091b5a6
PPO with machado Atari preprocessing
vwxyzjn Jan 1, 2023
e641b1f
black
vwxyzjn Jan 1, 2023
001337d
update benchmark script
vwxyzjn Jan 1, 2023
e88cdbc
update benchmark script
vwxyzjn Jan 1, 2023
3ecc3f5
change the default frames to 200M (50M steps)
vwxyzjn Jan 1, 2023
b897317
deal with truncation properly
vwxyzjn Jan 2, 2023
67cab32
add truncation and termination metrics
vwxyzjn Jan 2, 2023
9a1486a
add epidose length stats
vwxyzjn Jan 2, 2023
3a90d67
handle truncation and video recording better
vwxyzjn Jan 3, 2023
3ada13b
push changes
vwxyzjn Jan 26, 2023
9c1d220
things kind of work now
vwxyzjn Jan 26, 2023
92f1769
stats
vwxyzjn Jan 26, 2023
38be44e
pre-commit
vwxyzjn Jan 26, 2023
c2b18b5
pmap worked
vwxyzjn Jan 27, 2023
ab732a6
test multi-devices
vwxyzjn Jan 27, 2023
27dd034
cache
vwxyzjn Jan 27, 2023
c1f7301
delete
vwxyzjn Jan 27, 2023
73ae15c
set some common setting
vwxyzjn Jan 27, 2023
38c14ec
allow `params-queue-timeout`
vwxyzjn Jan 27, 2023
aa37525
update some experiments
vwxyzjn Jan 28, 2023
1d85943
[WIP] support multithreads per actor
vwxyzjn Jan 29, 2023
907bdbd
improve profile
vwxyzjn Jan 29, 2023
f9ee991
refactor order
vwxyzjn Jan 29, 2023
a93a1f5
call `jax.device_put_sharded` in the learner
vwxyzjn Jan 29, 2023
0eefb50
use `jax.put_device_replicated`
vwxyzjn Jan 29, 2023
0dd591c
Warm up the learner before unleashing actor
vwxyzjn Feb 4, 2023
6fb29d1
add model eval, add slurm friendly setting
vwxyzjn Feb 5, 2023
c6705a1
args check
vwxyzjn Feb 5, 2023
d6eab1b
Merge branch 'master' into ppo_machado
vwxyzjn Feb 5, 2023
c7de59c
update poetry version
vwxyzjn Feb 5, 2023
94d09df
Empty-Commit
Feb 5, 2023
c3fd478
trigger ci
vwxyzjn Feb 5, 2023
c27a532
fix problem
vwxyzjn Feb 5, 2023
18b7458
bump poetry version
vwxyzjn Feb 5, 2023
c3c831d
Merge branch 'ppo_machado' of https://github.com/vwxyzjn/cleanrl into…
Feb 5, 2023
c224e19
utility improvement
vwxyzjn Feb 5, 2023
c92d3e1
add eval components
vwxyzjn Feb 5, 2023
ecdf2e1
deal with episode truncations in eval
vwxyzjn Feb 5, 2023
be26f77
IMPALA atari wrapper setting
vwxyzjn Feb 5, 2023
464072d
hack: ensure the program always ends
vwxyzjn Feb 6, 2023
4e93341
workaround for sail-sg/envpool#239
vwxyzjn Feb 8, 2023
4d7895d
no longer need timeout
vwxyzjn Feb 8, 2023
9c46850
make sure the program ends
vwxyzjn Feb 9, 2023
52e2638
push changes
vwxyzjn Feb 10, 2023
e61a1b0
support `jax.distributed`
vwxyzjn Feb 16, 2023
8f29c82
distributed support
vwxyzjn Feb 16, 2023
2657f59
pre-commit
vwxyzjn Feb 16, 2023
100ff51
put data transfer in the learner
vwxyzjn Feb 17, 2023
abfe835
quick change
vwxyzjn Feb 17, 2023
2a89940
slurm support
vwxyzjn Feb 17, 2023
eab04f0
quick fix
vwxyzjn Feb 17, 2023
85c6aac
push changes
vwxyzjn Feb 17, 2023
42a800b
quick change
vwxyzjn Feb 17, 2023
9b52acb
fix distributed bug
vwxyzjn Feb 19, 2023
753a9cb
pre-commit
vwxyzjn Feb 19, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update poetry version
  • Loading branch information
vwxyzjn committed Feb 5, 2023
commit c7de59c8d9fd2de7654b3e1ded6daf892176a4ff
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
slurm
runs
balance_bot.xml
cleanrl/ppo_continuous_action_isaacgym/isaacgym/examples
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ repos:
- --ignore-words-list=nd,reacher,thist,ths,magent,ba
- --skip=docs/css/termynal.css,docs/js/termynal.js,docs/get-started/CleanRL_Huggingface_Integration_Demo.ipynb
- repo: https://github.com/python-poetry/poetry
rev: 1.2.1
rev: 1.3.2
hooks:
- id: poetry-export
name: poetry-export requirements.txt
Expand Down
4,356 changes: 2,262 additions & 2,094 deletions poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ flax = {version = "^0.6.0", optional = true}
optuna = {version = "^3.0.1", optional = true}
optuna-dashboard = {version = "^0.7.2", optional = true}
rich = {version = "<12.0", optional = true}
envpool = {version = "^0.6.4", optional = true}
envpool = {version = "^0.8.1", optional = true}
PettingZoo = {version = "1.18.1", optional = true}
SuperSuit = {version = "3.4.0", optional = true}
multi-agent-ale-py = {version = "0.1.11", optional = true}
Expand Down Expand Up @@ -108,7 +108,7 @@ rich = "<12.0"
[tool.poetry.group.envpool]
optional = true
[tool.poetry.group.envpool.dependencies]
envpool = "^0.6.4"
envpool = "^0.8.1"

[tool.poetry.group.pettingzoo]
optional = true
Expand Down
10 changes: 9 additions & 1 deletion requirements/requirements-atari.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@ autopage==0.5.1 ; python_full_version >= "3.7.1" and python_version < "3.10"
autorom-accept-rom-license==0.4.2 ; python_full_version >= "3.7.1" and python_version < "3.10"
autorom[accept-rom-license]==0.4.2 ; python_full_version >= "3.7.1" and python_version < "3.10"
awscli==1.25.71 ; python_full_version >= "3.7.1" and python_version < "3.10"
bitmath==1.3.3.1 ; python_full_version >= "3.7.1" and python_version < "3.10"
boto3==1.24.70 ; python_full_version >= "3.7.1" and python_version < "3.10"
botocore==1.27.70 ; python_full_version >= "3.7.1" and python_version < "3.10"
bottle==0.12.23 ; python_full_version >= "3.7.1" and python_version < "3.10"
cachetools==5.2.0 ; python_full_version >= "3.7.1" and python_version < "3.10"
certifi==2022.6.15.1 ; python_full_version >= "3.7.1" and python_version < "3.10"
cffi==1.15.1 ; python_full_version >= "3.7.1" and python_version < "3.10"
chardet==4.0.0 ; python_full_version >= "3.7.1" and python_version < "3.10"
charset-normalizer==2.1.1 ; python_full_version >= "3.7.1" and python_version < "3.10"
chex==0.1.4 ; python_full_version >= "3.7.1" and python_version < "3.10"
click==8.1.3 ; python_full_version >= "3.7.1" and python_version < "3.10"
Expand All @@ -25,12 +27,14 @@ commonmark==0.9.1 ; python_full_version >= "3.7.1" and python_version < "3.10"
cycler==0.11.0 ; python_full_version >= "3.7.1" and python_version < "3.10"
cython==0.29.32 ; python_full_version >= "3.7.1" and python_version < "3.10"
decorator==4.4.2 ; python_full_version >= "3.7.1" and python_version < "3.10"
dill==0.3.6 ; python_full_version >= "3.7.1" and python_version < "3.10"
dm-control==1.0.8 ; python_full_version >= "3.7.1" and python_version < "3.10"
dm-env==1.5 ; python_full_version >= "3.7.1" and python_version < "3.10"
dm-tree==0.1.7 ; python_full_version >= "3.7.1" and python_version < "3.10"
docker-pycreds==0.4.0 ; python_full_version >= "3.7.1" and python_version < "3.10"
docutils==0.16 ; python_full_version >= "3.7.1" and python_version < "3.10"
envpool==0.6.4 ; python_full_version >= "3.7.1" and python_version < "3.10"
enum-tools==0.9.0.post1 ; python_full_version >= "3.7.1" and python_version < "3.10"
envpool==0.8.1 ; python_full_version >= "3.7.1" and python_version < "3.10"
etils[epath]==0.7.1 ; python_full_version >= "3.7.1" and python_version < "3.10"
fasteners==0.15 ; python_full_version >= "3.7.1" and python_version < "3.10"
filelock==3.8.0 ; python_full_version >= "3.7.1" and python_version < "3.10"
Expand All @@ -44,13 +48,15 @@ glcontext==2.3.6 ; python_full_version >= "3.7.1" and python_version < "3.10"
glfw==1.12.0 ; python_full_version >= "3.7.1" and python_version < "3.10"
google-auth-oauthlib==0.4.6 ; python_full_version >= "3.7.1" and python_version < "3.10"
google-auth==2.11.0 ; python_full_version >= "3.7.1" and python_version < "3.10"
graphviz==0.20.1 ; python_full_version >= "3.7.1" and python_version < "3.10"
greenlet==1.1.3 ; python_full_version >= "3.7.1" and (platform_machine == "aarch64" or platform_machine == "ppc64le" or platform_machine == "x86_64" or platform_machine == "amd64" or platform_machine == "AMD64" or platform_machine == "win32" or platform_machine == "WIN32") and python_version < "3.10"
grpcio==1.48.1 ; python_full_version >= "3.7.1" and python_version < "3.10"
gym-notices==0.0.8 ; python_full_version >= "3.7.1" and python_version < "3.10"
gym3==0.3.3 ; python_full_version >= "3.7.1" and python_version < "3.10"
gym==0.23.1 ; python_full_version >= "3.7.1" and python_version < "3.10"
gymnasium-notices==0.0.1 ; python_full_version >= "3.7.1" and python_version < "3.10"
gymnasium==0.26.3 ; python_full_version >= "3.7.1" and python_version < "3.10"
hbutils==0.8.1 ; python_full_version >= "3.7.1" and python_version < "3.10"
huggingface-hub==0.11.1 ; python_full_version >= "3.7.1" and python_version < "3.10"
idna==3.3 ; python_full_version >= "3.7.1" and python_version < "3.10"
imageio-ffmpeg==0.3.0 ; python_full_version >= "3.7.1" and python_version < "3.10"
Expand Down Expand Up @@ -115,6 +121,7 @@ pyperclip==1.8.2 ; python_full_version >= "3.7.1" and python_version < "3.10"
pyreadline3==3.4.1 ; python_full_version >= "3.7.1" and python_version < "3.10" and sys_platform == "win32"
pytest==7.1.3 ; python_full_version >= "3.7.1" and python_version < "3.10"
python-dateutil==2.8.2 ; python_full_version >= "3.7.1" and python_version < "3.10"
pytimeparse==1.1.8 ; python_full_version >= "3.7.1" and python_version < "3.10"
pytz==2022.2.1 ; python_full_version >= "3.7.1" and python_version < "3.10"
pyyaml-env-tag==0.1 ; python_full_version >= "3.7.1" and python_version < "3.10"
pyyaml==5.4.1 ; python_full_version >= "3.7.1" and python_version < "3.10"
Expand Down Expand Up @@ -146,6 +153,7 @@ tomli==2.0.1 ; python_full_version >= "3.7.1" and python_version < "3.10"
toolz==0.12.0 ; python_full_version >= "3.7.1" and python_version < "3.10"
torch==1.12.1 ; python_full_version >= "3.7.1" and python_version < "3.10"
tqdm==4.64.1 ; python_full_version >= "3.7.1" and python_version < "3.10"
treevalue==1.4.4 ; python_full_version >= "3.7.1" and python_version < "3.10"
types-protobuf==3.20.2 ; python_full_version >= "3.7.1" and python_version < "3.10"
typing-extensions==4.3.0 ; python_full_version >= "3.7.1" and python_version < "3.10"
urllib3==1.26.12 ; python_full_version >= "3.7.1" and python_version < "3.10"
Expand Down
10 changes: 9 additions & 1 deletion requirements/requirements-cloud.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@ autopage==0.5.1 ; python_full_version >= "3.7.1" and python_version < "3.10"
autorom-accept-rom-license==0.4.2 ; python_full_version >= "3.7.1" and python_version < "3.10"
autorom[accept-rom-license]==0.4.2 ; python_full_version >= "3.7.1" and python_version < "3.10"
awscli==1.25.71 ; python_full_version >= "3.7.1" and python_version < "3.10"
bitmath==1.3.3.1 ; python_full_version >= "3.7.1" and python_version < "3.10"
boto3==1.24.70 ; python_full_version >= "3.7.1" and python_version < "3.10"
botocore==1.27.70 ; python_full_version >= "3.7.1" and python_version < "3.10"
bottle==0.12.23 ; python_full_version >= "3.7.1" and python_version < "3.10"
cachetools==5.2.0 ; python_full_version >= "3.7.1" and python_version < "3.10"
certifi==2022.6.15.1 ; python_full_version >= "3.7.1" and python_version < "3.10"
cffi==1.15.1 ; python_full_version >= "3.7.1" and python_version < "3.10"
chardet==4.0.0 ; python_full_version >= "3.7.1" and python_version < "3.10"
charset-normalizer==2.1.1 ; python_full_version >= "3.7.1" and python_version < "3.10"
chex==0.1.4 ; python_full_version >= "3.7.1" and python_version < "3.10"
click==8.1.3 ; python_full_version >= "3.7.1" and python_version < "3.10"
Expand All @@ -25,12 +27,14 @@ commonmark==0.9.1 ; python_full_version >= "3.7.1" and python_version < "3.10"
cycler==0.11.0 ; python_full_version >= "3.7.1" and python_version < "3.10"
cython==0.29.32 ; python_full_version >= "3.7.1" and python_version < "3.10"
decorator==4.4.2 ; python_full_version >= "3.7.1" and python_version < "3.10"
dill==0.3.6 ; python_full_version >= "3.7.1" and python_version < "3.10"
dm-control==1.0.8 ; python_full_version >= "3.7.1" and python_version < "3.10"
dm-env==1.5 ; python_full_version >= "3.7.1" and python_version < "3.10"
dm-tree==0.1.7 ; python_full_version >= "3.7.1" and python_version < "3.10"
docker-pycreds==0.4.0 ; python_full_version >= "3.7.1" and python_version < "3.10"
docutils==0.16 ; python_full_version >= "3.7.1" and python_version < "3.10"
envpool==0.6.4 ; python_full_version >= "3.7.1" and python_version < "3.10"
enum-tools==0.9.0.post1 ; python_full_version >= "3.7.1" and python_version < "3.10"
envpool==0.8.1 ; python_full_version >= "3.7.1" and python_version < "3.10"
etils[epath]==0.7.1 ; python_full_version >= "3.7.1" and python_version < "3.10"
fasteners==0.15 ; python_full_version >= "3.7.1" and python_version < "3.10"
filelock==3.8.0 ; python_full_version >= "3.7.1" and python_version < "3.10"
Expand All @@ -44,13 +48,15 @@ glcontext==2.3.6 ; python_full_version >= "3.7.1" and python_version < "3.10"
glfw==1.12.0 ; python_full_version >= "3.7.1" and python_version < "3.10"
google-auth-oauthlib==0.4.6 ; python_full_version >= "3.7.1" and python_version < "3.10"
google-auth==2.11.0 ; python_full_version >= "3.7.1" and python_version < "3.10"
graphviz==0.20.1 ; python_full_version >= "3.7.1" and python_version < "3.10"
greenlet==1.1.3 ; python_full_version >= "3.7.1" and (platform_machine == "aarch64" or platform_machine == "ppc64le" or platform_machine == "x86_64" or platform_machine == "amd64" or platform_machine == "AMD64" or platform_machine == "win32" or platform_machine == "WIN32") and python_version < "3.10"
grpcio==1.48.1 ; python_full_version >= "3.7.1" and python_version < "3.10"
gym-notices==0.0.8 ; python_full_version >= "3.7.1" and python_version < "3.10"
gym3==0.3.3 ; python_full_version >= "3.7.1" and python_version < "3.10"
gym==0.23.1 ; python_full_version >= "3.7.1" and python_version < "3.10"
gymnasium-notices==0.0.1 ; python_full_version >= "3.7.1" and python_version < "3.10"
gymnasium==0.26.3 ; python_full_version >= "3.7.1" and python_version < "3.10"
hbutils==0.8.1 ; python_full_version >= "3.7.1" and python_version < "3.10"
huggingface-hub==0.11.1 ; python_full_version >= "3.7.1" and python_version < "3.10"
idna==3.3 ; python_full_version >= "3.7.1" and python_version < "3.10"
imageio-ffmpeg==0.3.0 ; python_full_version >= "3.7.1" and python_version < "3.10"
Expand Down Expand Up @@ -115,6 +121,7 @@ pyperclip==1.8.2 ; python_full_version >= "3.7.1" and python_version < "3.10"
pyreadline3==3.4.1 ; python_full_version >= "3.7.1" and python_version < "3.10" and sys_platform == "win32"
pytest==7.1.3 ; python_full_version >= "3.7.1" and python_version < "3.10"
python-dateutil==2.8.2 ; python_full_version >= "3.7.1" and python_version < "3.10"
pytimeparse==1.1.8 ; python_full_version >= "3.7.1" and python_version < "3.10"
pytz==2022.2.1 ; python_full_version >= "3.7.1" and python_version < "3.10"
pyyaml-env-tag==0.1 ; python_full_version >= "3.7.1" and python_version < "3.10"
pyyaml==5.4.1 ; python_full_version >= "3.7.1" and python_version < "3.10"
Expand Down Expand Up @@ -146,6 +153,7 @@ tomli==2.0.1 ; python_full_version >= "3.7.1" and python_version < "3.10"
toolz==0.12.0 ; python_full_version >= "3.7.1" and python_version < "3.10"
torch==1.12.1 ; python_full_version >= "3.7.1" and python_version < "3.10"
tqdm==4.64.1 ; python_full_version >= "3.7.1" and python_version < "3.10"
treevalue==1.4.4 ; python_full_version >= "3.7.1" and python_version < "3.10"
types-protobuf==3.20.2 ; python_full_version >= "3.7.1" and python_version < "3.10"
typing-extensions==4.3.0 ; python_full_version >= "3.7.1" and python_version < "3.10"
urllib3==1.26.12 ; python_full_version >= "3.7.1" and python_version < "3.10"
Expand Down
10 changes: 9 additions & 1 deletion requirements/requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@ autopage==0.5.1 ; python_full_version >= "3.7.1" and python_version < "3.10"
autorom-accept-rom-license==0.4.2 ; python_full_version >= "3.7.1" and python_version < "3.10"
autorom[accept-rom-license]==0.4.2 ; python_full_version >= "3.7.1" and python_version < "3.10"
awscli==1.25.71 ; python_full_version >= "3.7.1" and python_version < "3.10"
bitmath==1.3.3.1 ; python_full_version >= "3.7.1" and python_version < "3.10"
boto3==1.24.70 ; python_full_version >= "3.7.1" and python_version < "3.10"
botocore==1.27.70 ; python_full_version >= "3.7.1" and python_version < "3.10"
bottle==0.12.23 ; python_full_version >= "3.7.1" and python_version < "3.10"
cachetools==5.2.0 ; python_full_version >= "3.7.1" and python_version < "3.10"
certifi==2022.6.15.1 ; python_full_version >= "3.7.1" and python_version < "3.10"
cffi==1.15.1 ; python_full_version >= "3.7.1" and python_version < "3.10"
chardet==4.0.0 ; python_full_version >= "3.7.1" and python_version < "3.10"
charset-normalizer==2.1.1 ; python_full_version >= "3.7.1" and python_version < "3.10"
chex==0.1.4 ; python_full_version >= "3.7.1" and python_version < "3.10"
click==8.1.3 ; python_full_version >= "3.7.1" and python_version < "3.10"
Expand All @@ -25,12 +27,14 @@ commonmark==0.9.1 ; python_full_version >= "3.7.1" and python_version < "3.10"
cycler==0.11.0 ; python_full_version >= "3.7.1" and python_version < "3.10"
cython==0.29.32 ; python_full_version >= "3.7.1" and python_version < "3.10"
decorator==4.4.2 ; python_full_version >= "3.7.1" and python_version < "3.10"
dill==0.3.6 ; python_full_version >= "3.7.1" and python_version < "3.10"
dm-control==1.0.8 ; python_full_version >= "3.7.1" and python_version < "3.10"
dm-env==1.5 ; python_full_version >= "3.7.1" and python_version < "3.10"
dm-tree==0.1.7 ; python_full_version >= "3.7.1" and python_version < "3.10"
docker-pycreds==0.4.0 ; python_full_version >= "3.7.1" and python_version < "3.10"
docutils==0.16 ; python_full_version >= "3.7.1" and python_version < "3.10"
envpool==0.6.4 ; python_full_version >= "3.7.1" and python_version < "3.10"
enum-tools==0.9.0.post1 ; python_full_version >= "3.7.1" and python_version < "3.10"
envpool==0.8.1 ; python_full_version >= "3.7.1" and python_version < "3.10"
etils[epath]==0.7.1 ; python_full_version >= "3.7.1" and python_version < "3.10"
fasteners==0.15 ; python_full_version >= "3.7.1" and python_version < "3.10"
filelock==3.8.0 ; python_full_version >= "3.7.1" and python_version < "3.10"
Expand All @@ -44,13 +48,15 @@ glcontext==2.3.6 ; python_full_version >= "3.7.1" and python_version < "3.10"
glfw==1.12.0 ; python_full_version >= "3.7.1" and python_version < "3.10"
google-auth-oauthlib==0.4.6 ; python_full_version >= "3.7.1" and python_version < "3.10"
google-auth==2.11.0 ; python_full_version >= "3.7.1" and python_version < "3.10"
graphviz==0.20.1 ; python_full_version >= "3.7.1" and python_version < "3.10"
greenlet==1.1.3 ; python_full_version >= "3.7.1" and (platform_machine == "aarch64" or platform_machine == "ppc64le" or platform_machine == "x86_64" or platform_machine == "amd64" or platform_machine == "AMD64" or platform_machine == "win32" or platform_machine == "WIN32") and python_version < "3.10"
grpcio==1.48.1 ; python_full_version >= "3.7.1" and python_version < "3.10"
gym-notices==0.0.8 ; python_full_version >= "3.7.1" and python_version < "3.10"
gym3==0.3.3 ; python_full_version >= "3.7.1" and python_version < "3.10"
gym==0.23.1 ; python_full_version >= "3.7.1" and python_version < "3.10"
gymnasium-notices==0.0.1 ; python_full_version >= "3.7.1" and python_version < "3.10"
gymnasium==0.26.3 ; python_full_version >= "3.7.1" and python_version < "3.10"
hbutils==0.8.1 ; python_full_version >= "3.7.1" and python_version < "3.10"
huggingface-hub==0.11.1 ; python_full_version >= "3.7.1" and python_version < "3.10"
idna==3.3 ; python_full_version >= "3.7.1" and python_version < "3.10"
imageio-ffmpeg==0.3.0 ; python_full_version >= "3.7.1" and python_version < "3.10"
Expand Down Expand Up @@ -115,6 +121,7 @@ pyperclip==1.8.2 ; python_full_version >= "3.7.1" and python_version < "3.10"
pyreadline3==3.4.1 ; python_full_version >= "3.7.1" and python_version < "3.10" and sys_platform == "win32"
pytest==7.1.3 ; python_full_version >= "3.7.1" and python_version < "3.10"
python-dateutil==2.8.2 ; python_full_version >= "3.7.1" and python_version < "3.10"
pytimeparse==1.1.8 ; python_full_version >= "3.7.1" and python_version < "3.10"
pytz==2022.2.1 ; python_full_version >= "3.7.1" and python_version < "3.10"
pyyaml-env-tag==0.1 ; python_full_version >= "3.7.1" and python_version < "3.10"
pyyaml==5.4.1 ; python_full_version >= "3.7.1" and python_version < "3.10"
Expand Down Expand Up @@ -146,6 +153,7 @@ tomli==2.0.1 ; python_full_version >= "3.7.1" and python_version < "3.10"
toolz==0.12.0 ; python_full_version >= "3.7.1" and python_version < "3.10"
torch==1.12.1 ; python_full_version >= "3.7.1" and python_version < "3.10"
tqdm==4.64.1 ; python_full_version >= "3.7.1" and python_version < "3.10"
treevalue==1.4.4 ; python_full_version >= "3.7.1" and python_version < "3.10"
types-protobuf==3.20.2 ; python_full_version >= "3.7.1" and python_version < "3.10"
typing-extensions==4.3.0 ; python_full_version >= "3.7.1" and python_version < "3.10"
urllib3==1.26.12 ; python_full_version >= "3.7.1" and python_version < "3.10"
Expand Down
Loading