Skip to content

Commit 6736c92

Browse files
committedApr 25, 2017
edit
1 parent 3a695a4 commit 6736c92

11 files changed

+2
-3
lines changed
 

‎Reinforcement_learning_TUT/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ If you speak Chinese, you can watch my [Youtube channel](https://www.youtube.com
3030

3131
# Donation
3232

33-
*If this does help you, please considering donation to support me to make better tutorials*
33+
*If this does help you, please consider donating to support me for better tutorials. Any contribution is greatly appreciated!*
3434

3535
<div >
3636
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&amp;business=morvanzhou%40gmail%2ecom&amp;lc=C2&amp;item_name=MorvanPython&amp;currency_code=AUD&amp;bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted">

‎Reinforcement_learning_TUT/experiments/Robot_arm/arm_env.py

-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ def _get_state(self):
100100
]), t_arms[-2:]
101101

102102
def _r_func(self, distance):
103-
"""Headway and distance based reward system"""
104103
t = 50
105104
abs_distance = np.sqrt(np.sum(np.square(distance)))
106105
r = -abs_distance/200

‎gitTUT/for_gitTUT_2-2.zip

-15.3 KB
Binary file not shown.

‎gitTUT/for_gitTUT_3-1.zip

-18.2 KB
Binary file not shown.

‎gitTUT/for_gitTUT_3-2.zip

-21.3 KB
Binary file not shown.

‎gitTUT/for_gitTUT_4-1.zip

-23.3 KB
Binary file not shown.

‎gitTUT/for_gitTUT_4-2.zip

-28.9 KB
Binary file not shown.

‎gitTUT/for_gitTUT_4-3.zip

-28.9 KB
Binary file not shown.

‎gitTUT/for_gitTUT_4-4.zip

-32.2 KB
Binary file not shown.

‎gitTUT/for_gitTUT_5-1.zip

-32.2 KB
Binary file not shown.

‎tensorflowTUT/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ If you speak Chinese, you can watch my [Youtube channel](https://www.youtube.com
3939

4040
# Donation
4141

42-
*If this does help you, please considering donation to support me to make better tutorials*
42+
*If this does help you, please consider donating to support me for better tutorials. Any contribution is greatly appreciated!*
4343

4444
<div >
4545
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&amp;business=morvanzhou%40gmail%2ecom&amp;lc=C2&amp;item_name=MorvanPython&amp;currency_code=AUD&amp;bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted">

0 commit comments

Comments
 (0)