Skip to content

Commit

Permalink
version: 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wenzhangliu committed May 12, 2024
1 parent 455a5fb commit f37263c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
12 changes: 11 additions & 1 deletion docs/source/documents/updating_logs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,20 @@ To be released
Date: Very Soon
----------------------------------------------

...

Version: 1.1.1
==============================================

Date: 12 May, 2024
----------------------------------------------

- Improve some algorithms, such as SAC, MASAC, DDPG, and TD3, etc.
- Add multi-robot warehouse (RWARE) environment.
- Solve the issue about `avail_actions`;
- n_size -> buffer_size;
- The saving and loading of observation status;
- Unify the names of attributes for both single-agent and multi-agent DRL;
- Unify the names of attributes for both single-agent and multi-agent DRL.

Version: 1.1.0
==============================================
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
'Programming Language :: Python :: 3.10',
],
extras_require={
"torch": ["torch==1.13.0"], # default
"torch": ["torch==1.13.0"],
"tensorflow": ["tensorflow==2.6.0"],
"mindspore": ["mindspore==2.2.0"],
"all": [
Expand All @@ -49,7 +49,6 @@
"box2d": ["box2d-py==2.3.5"], # for box2d
},
install_requires=[
"torch==1.13.0",
"numpy>=1.21.6",
"scipy==1.7.3",
"PyYAML", # default version is 6.0
Expand Down

0 comments on commit f37263c

Please sign in to comment.