update readme and sidebar

This commit is contained in:
qiwang067
2020-09-06 09:36:28 +08:00
parent ef4b90d5c5
commit f1102215e3
3 changed files with 3 additions and 2 deletions

View File

@@ -29,7 +29,7 @@
|[第九章 演员-评论员算法](https://datawhalechina.github.io/leedeeprl-notes/#/chapter9/chapter9) | | |
|[第十章 稀疏奖励](https://datawhalechina.github.io/leedeeprl-notes/#/chapter10/chapter10) | | |
|[第十一章 模仿学习](https://datawhalechina.github.io/leedeeprl-notes/#/chapter11/chapter11) | | |
|[第十二章 深度确定性策略梯度 (DDPG) 算法](https://datawhalechina.github.io/leedeeprl-notes/#/chapter12/chapter12) | | |
|[第十二章 深度确定性策略梯度 (DDPG) 算法](https://datawhalechina.github.io/leedeeprl-notes/#/chapter12/chapter12) | | [项目三 使用Policy-Based方法实现Pendulum-v0](https://datawhalechina.github.io/leedeeprl-notes/#/chapter12/project3) |
## 主要贡献者
| 作者 | 贡献 |

View File

@@ -26,7 +26,7 @@
|[第九章 演员-评论员算法](https://datawhalechina.github.io/leedeeprl-notes/#/chapter9/chapter9) | | |
|[第十章 稀疏奖励](https://datawhalechina.github.io/leedeeprl-notes/#/chapter10/chapter10) | | |
|[第十一章 模仿学习](https://datawhalechina.github.io/leedeeprl-notes/#/chapter11/chapter11) | | |
|[第十二章 深度确定性策略梯度 (DDPG) 算法](https://datawhalechina.github.io/leedeeprl-notes/#/chapter12/chapter12) | | |
|[第十二章 深度确定性策略梯度 (DDPG) 算法](https://datawhalechina.github.io/leedeeprl-notes/#/chapter12/chapter12) | | [项目三 使用Policy-Based方法实现Pendulum-v0](https://datawhalechina.github.io/leedeeprl-notes/#/chapter12/project3) |
## 主要贡献者
| 作者 | 贡献 |

View File

@@ -17,6 +17,7 @@
- [第十章 稀疏奖励](chapter10/chapter10)
- [第十一章 模仿学习](chapter11/chapter11)
- [第十二章 深度确定性策略梯度 (DDPG) 算法](chapter12/chapter12)
- [项目三](chapter12/project3)