Skip to content

Commit 7c9c76f

Browse files
committed
example, Torcs DAGGER
1 parent dda88a2 commit 7c9c76f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ Examples can be found [in this repository](https://github.com/zsdonghao/tensorla
174174
- Asynchronous Policy Gradient using TensorDB - Atari Ping Pong by [nebulaV](https://github.com/akaraspt/tl_paper).
175175
- AC for discrete action space - Cartpole, see [tutorial\_cartpole_ac.py](https://github.com/zsdonghao/tensorlayer/blob/master/example/tutorial_cartpole_ac.py).
176176
- A3C for continuous action space - Bipedal Walker, see [tutorial\_bipedalwalker_a3c*.py](https://github.com/zsdonghao/tensorlayer/blob/master/example/tutorial_bipedalwalker_a3c_continuous_action.py).
177+
- [DAGGER](https://www.cs.cmu.edu/%7Esross1/publications/Ross-AIStats11-NoRegret.pdf) - [Gym Torcs](https://github.com/ugo-nama-kun/gym_torcs) by [zsdonghao](https://github.com/zsdonghao/Imitation-Learning-Dagger-Torcs).
177178

178179

179180
## Applications

docs/user/example.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Reinforcement Learning
5252
- Asynchronous Policy Gradient using TensorDB - Atari Ping Pong by `nebulaV <https://github.com/akaraspt/tl_paper>`_.
5353
- AC for discrete action space - Cartpole, see `tutorial_cartpole_ac.py <https://github.com/zsdonghao/tensorlayer/blob/master/example/tutorial_cartpole_ac.py>`_.
5454
- A3C for continuous action space - Bipedal Walker, see `tutorial_bipedalwalker_a3c*.py <https://github.com/zsdonghao/tensorlayer/blob/master/example/tutorial_bipedalwalker_a3c_continuous_action.py>`_.
55-
55+
- `DAGGER <https://www.cs.cmu.edu/%7Esross1/publications/Ross-AIStats11-NoRegret.pdf>`_ - `Gym Torcs <https://github.com/ugo-nama-kun/gym_torcs>`_ by `zsdonghao <https://github.com/zsdonghao/Imitation-Learning-Dagger-Torcs>`_.
5656

5757
Applications
5858
==============

0 commit comments

Comments
 (0)