Skip to content

Commit

Permalink
Polish Readme files.
Browse files Browse the repository at this point in the history
  • Loading branch information
zjowowen committed Sep 3, 2024
1 parent 9c603df commit 49be438
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ English | [简体中文(Simplified Chinese)](https://github.com/opendilab/Genera
- [Integrated Algorithms](#integrated-algorithms)
- [Installation](#installation)
- [Quick Start](#quick-start)
- [Documentation](#documentation)
- [Tutorials](#tutorials)
- [Benchmark experiments](#benchmark-experiments)

Expand Down Expand Up @@ -125,6 +126,10 @@ if __name__ == '__main__':

For more detailed examples and documentation, please refer to the GenerativeRL documentation.

## Documentation

The full documentation for GenerativeRL can be found at [GenerativeRL Documentation](https://opendilab.github.io/GenerativeRL/).

## Tutorials

We provide several case tutorials to help you better understand GenerativeRL. See more at [tutorials](https://github.com/opendilab/GenerativeRL/tree/main/grl_pipelines/tutorials).
Expand Down
5 changes: 5 additions & 0 deletions README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
- [已集成的生成式强化学习算法](#已集成的生成式强化学习算法)
- [安装](#安装)
- [快速开始](#快速开始)
- [文档](#文档)
- [教程](#教程)
- [基线实验](#基线实验)

Expand Down Expand Up @@ -122,6 +123,10 @@ if __name__ == '__main__':

更多详细示例和文档,请参考 GenerativeRL 文档。

## 文档

我们提供了详细的文档,用于帮助你更好地了解 GenerativeRL。详见于 [文档](https://opendilab.github.io/GenerativeRL/)

## 教程

我们提供了一些案例教程,用于帮助你更好地了解 GenerativeRL。详见于 [tutorials](https://github.com/opendilab/GenerativeRL/tree/main/grl_pipelines/tutorials)
Expand Down

0 comments on commit 49be438

Please sign in to comment.