Skip to content

Commit

Permalink
🎉 Release v0.0.2, RofuncRL supported
Browse files Browse the repository at this point in the history
  • Loading branch information
Skylark0924 committed Jun 13, 2023
1 parent 4e2c497 commit 188c169
Show file tree
Hide file tree
Showing 11 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
author = 'Junjia Liu'

# The full version, including alpha/beta/rc tags
release = '0.0.1.9.1'
release = '0.0.2.1'

# -- General configuration ---------------------------------------------------

Expand Down
4 changes: 2 additions & 2 deletions doc/source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ The available functions and plans can be found as follows.
| | | `SAC(ElegRL)` || | | | | | |
| | | `TD3(ElegRL)` || | | | | | |
| | | [`PPO(RofuncRL)`](https://rofunc.readthedocs.io/en/latest/lfd/RofuncRL/PPO.html) || | | | | | |
| | | [`SAC(RofuncRL)`](https://rofunc.readthedocs.io/en/latest/lfd/RofuncRL/SAC.html) | 🔃 | | | | | | |
| | | [`TD3(RofuncRL)`](https://rofunc.readthedocs.io/en/latest/lfd/RofuncRL/TD3.html) | 🔃 | | | | | | |
| | | [`SAC(RofuncRL)`](https://rofunc.readthedocs.io/en/latest/lfd/RofuncRL/SAC.html) | | | | | | | |
| | | [`TD3(RofuncRL)`](https://rofunc.readthedocs.io/en/latest/lfd/RofuncRL/TD3.html) | | | | | | | |
| | | `ODTrans(RofuncRL)` || | | | | | |
| | | `RT-1(RofuncRL)` || | | | | | |
| | | `CQL(RofuncRL)` || | | | | | |
Expand Down
3 changes: 2 additions & 1 deletion doc/source/lfd/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ Learning from Demonstration
:doc:`RofuncRL/index`
Rofunc reinforcement learning methods for robot learning

![](../../../img/RofuncRL.png)
.. figure:: ../../img/RofuncRL.png
:alt:


.. toctree::
Expand Down
Empty file removed examples/__init__.py
Empty file.
Empty file.
Empty file removed examples/learning_ml/__init__.py
Empty file.
Empty file removed examples/learning_rl/__init__.py
Empty file.
Empty file.
Empty file removed examples/robolab/__init__.py
Empty file.
Empty file removed examples/simulator/__init__.py
Empty file.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name="rofunc",
version="0.0.1.9.1",
version="0.0.2.1",
description='Rofunc: The Full Process Python Package for Robot Learning from Demonstration and Robot Manipulation',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 188c169

Please sign in to comment.