Skip to content

Commit b05a9cd

Browse files
authored
Update README.md
1 parent d50e262 commit b05a9cd

File tree

1 file changed

+1
-1
lines changed
  • DeepLearningEnginesCode/Python/Ch10_ReinforcementLearning

1 file changed

+1
-1
lines changed

DeepLearningEnginesCode/Python/Ch10_ReinforcementLearning/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
* Date created: 2017
77
* License: None, copied with permission.
88
* Original Source: https://github.com/anirudhtopiwala/CartPole-Problem-Reinforcement-Learning/blob/master/Qcartpole.py
9-
* Description: Learns to balance a pole on a cart using Q-learning, with graphical output of the cart pole. Based on PyTorch.
9+
* Description: Learns to balance a pole on a cart using Q-learning, with graphical output of the cart pole. Based on PyTorch. This code was originally written as part of a student project, and the project report contains more details of the code and results: [Anirudh Topiwala's RL project](https://github.com/anirudhtopiwala/CartPole-Problem-Reinforcement-Learning)
1010
* Also see pytorch's own example here
1111
https://github.com/pytorch/examples/tree/master/reinforcement_learning

0 commit comments

Comments
 (0)