Skip to content

Commit

Permalink
Relax dependency and remove old logo
Browse files Browse the repository at this point in the history
  • Loading branch information
araffin committed Mar 11, 2023
1 parent d2c3feb commit 4092209
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Binary file removed docs/_static/img/logo.png
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/guide/enjoy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Enjoy a Trained Agent

.. note::

**To download the repo with the trained agents, you must use
``git clone --recursive https://github.com/DLR-RM/rl-baselines3-zoo``**
To download the repo with the trained agents, you must use
``git clone --recursive https://github.com/DLR-RM/rl-baselines3-zoo``
in order to clone the submodule too.


Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plotly
panda-gym==1.1.1 # tmp fix: until compatibility with panda-gym v2
rliable>=1.0.5
wandb
huggingface_sb3>=2.2.1, <3.*
huggingface_sb3>=2.2.1
seaborn
tqdm
rich
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
entry_points={"console_scripts": ["rl_zoo3=rl_zoo3.cli:main"]},
install_requires=[
"sb3-contrib>=1.8.0a2",
"huggingface_sb3>=2.2.1, <3.*",
"huggingface_sb3>=2.2.1",
"tqdm",
"rich",
"optuna",
Expand Down

0 comments on commit 4092209

Please sign in to comment.