Skip to content

Commit

Permalink
📚 Add RofuncDTrans doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Skylark0924 committed Aug 28, 2023
1 parent e5cdc24 commit 3c6292e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@ processing, learning, and its deployment on robots.
![](doc/img/pipeline.png)

- [Rofunc: The Full Process Python Package for Robot Learning from Demonstration and Robot Manipulation](#rofunc-the-full-process-python-package-for-robot-learning-from-demonstration-and-robot-manipulation)
- [Installation](#installation)
- [Install from PyPI (stable version)](#install-from-pypi-stable-version)
- [Install from Source (nightly version, recommended)](#install-from-source-nightly-version-recommended)
- [Documentation](#documentation)
- [Star History](#star-history)
- [Citation](#citation)
- [Related Papers](#related-papers)
- [The Team](#the-team)
- [Acknowledge](#acknowledge)
- [Learning from Demonstration](#learning-from-demonstration)
- [Planning and Control](#planning-and-control)
- [Installation](#installation)
- [Install from PyPI (stable version)](#install-from-pypi-stable-version)
- [Install from Source (nightly version, recommended)](#install-from-source-nightly-version-recommended)
- [Documentation](#documentation)
- [Star History](#star-history)
- [Citation](#citation)
- [Related Papers](#related-papers)
- [The Team](#the-team)
- [Acknowledge](#acknowledge)
- [Learning from Demonstration](#learning-from-demonstration)
- [Planning and Control](#planning-and-control)

## Installation

Expand Down Expand Up @@ -120,7 +120,7 @@ The available functions and plans can be found as follows.
| | | [`TD3(RofuncRL)`](https://rofunc.readthedocs.io/en/latest/lfd/RofuncRL/TD3.html) || | | | | | |
| | | `CQL(RofuncRL)` || | | | | | |
| | | `TD3BC(RofuncRL)` || | | | | | |
| | | [`DTrans(RofuncRL)](https://rofunc.readthedocs.io/en/latest/lfd/RofuncRL/DTrans.html) | 🔃 | | | | | | |
| | | [`DTrans(RofuncRL)`](https://rofunc.readthedocs.io/en/latest/lfd/RofuncRL/DTrans.html) | | | | | | | |
| | | `EDAC(RofuncRL)` || | | | | | |
| | | [`AMP(RofuncRL)`](https://rofunc.readthedocs.io/en/latest/lfd/RofuncRL/AMP.html) || | | | | | |
| | | [`ASE(RofuncRL)`](https://rofunc.readthedocs.io/en/latest/lfd/RofuncRL/ASE.html) || | | | | | |
Expand Down
2 changes: 1 addition & 1 deletion doc/source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ The available functions and plans can be found as follows.
| | | [`TD3(RofuncRL)`](https://rofunc.readthedocs.io/en/latest/lfd/RofuncRL/TD3.html) || | | | | | |
| | | `CQL(RofuncRL)` || | | | | | |
| | | `TD3BC(RofuncRL)` || | | | | | |
| | | [`DTrans(RofuncRL)](https://rofunc.readthedocs.io/en/latest/lfd/RofuncRL/DTrans.html)` | 🔃 | | | | | | |
| | | [`DTrans(RofuncRL)`](https://rofunc.readthedocs.io/en/latest/lfd/RofuncRL/DTrans.html) | | | | | | | |
| | | `EDAC(RofuncRL)` || | | | | | |
| | | [`AMP(RofuncRL)`](https://rofunc.readthedocs.io/en/latest/lfd/RofuncRL/AMP.html) || | | | | | |
| | | [`ASE(RofuncRL)`](https://rofunc.readthedocs.io/en/latest/lfd/RofuncRL/ASE.html) || | | | | | |
Expand Down

0 comments on commit 3c6292e

Please sign in to comment.