Skip to content

Commit 0f4cf91

Browse files
committed
rename wechat group link and example name
1 parent 24ee546 commit 0f4cf91

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ Examples can be found [in this repository](https://github.com/zsdonghao/tensorla
168168
## Reinforcement Learning
169169
- Policy Gradient / Network - Pong Game. Teach a machine to play Pong games, see ``tutorial_atari_pong.py``.
170170
- Q-Network - Frozen lake, see ``tutorial_frozenlake_q_network.py``.
171-
- Q-Table learning algorithm, see ``tutorial_frozenlake_q_table.py``.
171+
- Q-Table learning algorithm - Frozen lake, see ``tutorial_frozenlake_q_table.py``.
172172
- Asynchronous Deep Reinforcement Learning - Pong Game by [nebulaV](https://github.com/akaraspt/tl_paper).
173173

174174

@@ -188,7 +188,7 @@ Examples can be found [in this repository](https://github.com/zsdonghao/tensorla
188188
* TensorLayer provides two set of Convolutional layer APIs, see [(Professional)](http://tensorlayer.readthedocs.io/en/latest/modules/layers.html#convolutional-layer-pro) and [(Simplified)](http://tensorlayer.readthedocs.io/en/latest/modules/layers.html#convolutional-layer-simplified) on readthedocs website.
189189
* If you get into trouble, you can start a discussion on [Slack](https://join.slack.com/t/tensorlayer/shared_invite/MjExMjMzODAwNjI0LTE0OTk4ODEzMjUtNmVjNjQ4ZjMzMw), [Gitter](https://gitter.im/tensorlayer/Lobby#?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge>),
190190
[Help Wanted Issues](https://waffle.io/zsdonghao/tensorlayer),
191-
[QQ group](https://github.com/zsdonghao/tensorlayer/blob/master/img/img_qq.png) and [Wechat group](https://github.com/shorxp/tensorlayer-chinese/blob/master/docs/TensorLayer交流群介绍.md).
191+
[QQ group](https://github.com/zsdonghao/tensorlayer/blob/master/img/img_qq.png) and [Wechat group](https://github.com/shorxp/tensorlayer-chinese/blob/master/docs/wechat_group.md).
192192

193193

194194
# License
@@ -204,4 +204,4 @@ TensorLayer started as an internal repository at Imperial College London, helpin
204204
-->
205205

206206
- 🇬🇧 If you are in London, we can discuss in person. Drop us an email to organize a meetup: [email protected].
207-
- 🇨🇳 我们有官方的 [中文文档](http://tensorlayercn.readthedocs.io/zh/latest)。另外, 我们建立了多种交流渠道,如[QQ群](img/img_qq.png)[微信群](https://github.com/shorxp/tensorlayer-chinese/blob/master/docs/TensorLayer交流群介绍.md).
207+
- 🇨🇳 我们有官方的 [中文文档](http://tensorlayercn.readthedocs.io/zh/latest)。另外, 我们建立了多种交流渠道,如[QQ群](img/img_qq.png)[微信群](https://github.com/shorxp/tensorlayer-chinese/blob/master/docs/wechat_group.md).

docs/user/example.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Reinforcement Learning
4747

4848
- Policy Gradient / Network - Pong Game. Teach a machine to play Pong games, see ``tutorial_atari_pong.py`` on `GitHub`_.
4949
- Q-Network - Frozen lake, see ``tutorial_frozenlake_q_network.py`` on `GitHub`_.
50-
- Q-Table learning algorithm, see ``tutorial_frozenlake_q_table.py`` on `GitHub`_.
50+
- Q-Table learning algorithm - Frozen lake, see ``tutorial_frozenlake_q_table.py`` on `GitHub`_.
5151
- Asynchronous Deep Reinforcement Learning - Pong Game by `nebulaV <https://github.com/akaraspt/tl_paper>`_.
5252

5353
Applications

0 commit comments

Comments
 (0)