Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
MorvanZhou committed Apr 25, 2017
1 parent 3a695a4 commit 6736c92
Show file tree
Hide file tree
Showing 11 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Reinforcement_learning_TUT/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ If you speak Chinese, you can watch my [Youtube channel](https://www.youtube.com

# Donation

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

<div >
<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">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ def _get_state(self):
]), t_arms[-2:]

def _r_func(self, distance):
"""Headway and distance based reward system"""
t = 50
abs_distance = np.sqrt(np.sum(np.square(distance)))
r = -abs_distance/200
Expand Down
Binary file modified gitTUT/for_gitTUT_2-2.zip
Binary file not shown.
Binary file modified gitTUT/for_gitTUT_3-1.zip
Binary file not shown.
Binary file modified gitTUT/for_gitTUT_3-2.zip
Binary file not shown.
Binary file modified gitTUT/for_gitTUT_4-1.zip
Binary file not shown.
Binary file modified gitTUT/for_gitTUT_4-2.zip
Binary file not shown.
Binary file modified gitTUT/for_gitTUT_4-3.zip
Binary file not shown.
Binary file modified gitTUT/for_gitTUT_4-4.zip
Binary file not shown.
Binary file modified gitTUT/for_gitTUT_5-1.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion tensorflowTUT/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ If you speak Chinese, you can watch my [Youtube channel](https://www.youtube.com

# Donation

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

<div >
<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">
Expand Down

0 comments on commit 6736c92

Please sign in to comment.