Skip to content

Commit 9d50ff8

Browse files
committed
docs
1 parent eb88aa1 commit 9d50ff8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ Examples can be found [in this repository](https://github.com/zsdonghao/tensorla
169169
- Policy Gradient / Network - Atari Ping Pong, see [tutorial\_atari_pong.py](https://github.com/zsdonghao/tensorlayer/blob/master/example/tutorial_atari_pong.py).
170170
- Deep Q-Network - Frozen lake, see [tutorial\_frozenlake_dqn.py](https://github.com/zsdonghao/tensorlayer/blob/master/example/tutorial_frozenlake_dqn.py).
171171
- Q-Table learning algorithm - Frozen lake, see [tutorial\_frozenlake\_q_table.py](https://github.com/zsdonghao/tensorlayer/blob/master/example/tutorial_frozenlake_q_table.py).
172-
- Asynchronous Deep Reinforcement Learning - Atari Ping Pong by [nebulaV](https://github.com/akaraspt/tl_paper).
172+
- Asynchronous Policy Gradient using TensorDB - Atari Ping Pong by [nebulaV](https://github.com/akaraspt/tl_paper).
173173

174174

175175
## Applications

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
- Policy Gradient / Network - Pong Game. Teach a machine to play Pong games, see `tutorial_atari_pong.py <https://github.com/zsdonghao/tensorlayer/blob/master/example/tutorial_atari_pong.py>`_.
4848
- Deep Q-Network - Frozen lake, see `tutorial_frozenlake_dqn.py <https://github.com/zsdonghao/tensorlayer/blob/master/example/tutorial_frozenlake_dqn.py>`_.
4949
- Q-Table learning algorithm - Frozen lake, see `tutorial_frozenlake_q_table.py <https://github.com/zsdonghao/tensorlayer/blob/master/example/tutorial_frozenlake_q_table.py>`_.
50-
- Asynchronous Deep Reinforcement Learning - Pong Game by `nebulaV <https://github.com/akaraspt/tl_paper>`_.
50+
- Asynchronous Policy Gradient using TensorDB - Pong Game by `nebulaV <https://github.com/akaraspt/tl_paper>`_.
5151

5252
Applications
5353
==============

0 commit comments

Comments
 (0)