Skip to content

Commit 188c169

Browse files
committed
🎉 Release v0.0.2, RofuncRL supported
1 parent 4e2c497 commit 188c169

File tree

11 files changed

+6
-5
lines changed

11 files changed

+6
-5
lines changed

doc/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
author = 'Junjia Liu'
2828

2929
# The full version, including alpha/beta/rc tags
30-
release = '0.0.1.9.1'
30+
release = '0.0.2.1'
3131

3232
# -- General configuration ---------------------------------------------------
3333

doc/source/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ The available functions and plans can be found as follows.
6161
| | | `SAC(ElegRL)` || | | | | | |
6262
| | | `TD3(ElegRL)` || | | | | | |
6363
| | | [`PPO(RofuncRL)`](https://rofunc.readthedocs.io/en/latest/lfd/RofuncRL/PPO.html) || | | | | | |
64-
| | | [`SAC(RofuncRL)`](https://rofunc.readthedocs.io/en/latest/lfd/RofuncRL/SAC.html) | 🔃 | | | | | | |
65-
| | | [`TD3(RofuncRL)`](https://rofunc.readthedocs.io/en/latest/lfd/RofuncRL/TD3.html) | 🔃 | | | | | | |
64+
| | | [`SAC(RofuncRL)`](https://rofunc.readthedocs.io/en/latest/lfd/RofuncRL/SAC.html) | | | | | | | |
65+
| | | [`TD3(RofuncRL)`](https://rofunc.readthedocs.io/en/latest/lfd/RofuncRL/TD3.html) | | | | | | | |
6666
| | | `ODTrans(RofuncRL)` || | | | | | |
6767
| | | `RT-1(RofuncRL)` || | | | | | |
6868
| | | `CQL(RofuncRL)` || | | | | | |

doc/source/lfd/index.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ Learning from Demonstration
88
:doc:`RofuncRL/index`
99
Rofunc reinforcement learning methods for robot learning
1010

11-
![](../../../img/RofuncRL.png)
11+
.. figure:: ../../img/RofuncRL.png
12+
:alt:
1213

1314

1415
.. toctree::

examples/__init__.py

Whitespace-only changes.

examples/data_collection/__init__.py

Whitespace-only changes.

examples/learning_ml/__init__.py

Whitespace-only changes.

examples/learning_rl/__init__.py

Whitespace-only changes.

examples/planning_control/__init__.py

Whitespace-only changes.

examples/robolab/__init__.py

Whitespace-only changes.

examples/simulator/__init__.py

Whitespace-only changes.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setup(
1515
name="rofunc",
16-
version="0.0.1.9.1",
16+
version="0.0.2.1",
1717
description='Rofunc: The Full Process Python Package for Robot Learning from Demonstration and Robot Manipulation',
1818
long_description=long_description,
1919
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)