Skip to content

Commit

Permalink
Polish README.
Browse files Browse the repository at this point in the history
  • Loading branch information
zjowowen committed Nov 1, 2024
1 parent 30f2fe7 commit 3e1172a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,11 @@ if __name__ == '__main__':

## 教程

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

## 基线实验

我们提供了一些基线实验,用于评估生成式强化学习算法的性能。详见于 [benchmark](https://github.com/opendilab/GenerativeRL/tree/main/grl_pipelines/benchmark)
我们提供了一些基线实验,用于评估生成式强化学习算法的性能。详见于 [基线实验](https://github.com/opendilab/GenerativeRL/tree/main/grl_pipelines/benchmark/README.zh.md)

## 开源支持

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
################################################################################################
# This script demonstrates how to use customized neural network modules in GRL.
# This script demonstrates how to use customized neural network modules in GenerativeRL.
#
# In this example, we define a customized neural network module named `MyModule`
# and use it in the DiffusionModel. For convenience, we redefine `MyModule` by
Expand Down

0 comments on commit 3e1172a

Please sign in to comment.