From 5f7c1938ed7678fa1e97337e0682e835c2c3d477 Mon Sep 17 00:00:00 2001 From: wayne70211 <31667945+wayne70211@users.noreply.github.com> Date: Fri, 14 Jun 2019 20:42:19 +0800 Subject: [PATCH 1/5] Create LICENSE --- LICENSE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..0996e38 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2019 wayne70211 + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. From 619e493d747cc61298b0ef880896a92f241c90a2 Mon Sep 17 00:00:00 2001 From: wayne70211 <31667945+wayne70211@users.noreply.github.com> Date: Fri, 14 Jun 2019 21:01:32 +0800 Subject: [PATCH 2/5] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 559e786..d0f7047 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,14 @@ # Blackjack Using Deep Reinforcement Learning to Find the Best Strategy in Blackjack
+Final Project of ML class in June 2019
-# Reference +## Requirement +- Python 3.6 or later +- Numpy, Matplotlib, Pandas +- Tensorflow, Keras +- OpenAI gym (Optional) + +## Reference GitHub
[blue0107] https://github.com/blue0107/DQN-blackjack-pokerbot
[openai] https://github.com/openai/gym/blob/master/gym/envs/toy_text/blackjack.py
From df6f1679a3205b130d2967dfd75d1cbb21a7843f Mon Sep 17 00:00:00 2001 From: wayne70211 <31667945+wayne70211@users.noreply.github.com> Date: Fri, 14 Jun 2019 21:02:41 +0800 Subject: [PATCH 3/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0f7047..2d07bba 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Final Project of ML class in June 2019
- Tensorflow, Keras - OpenAI gym (Optional) -## Reference +# Reference GitHub
[blue0107] https://github.com/blue0107/DQN-blackjack-pokerbot
[openai] https://github.com/openai/gym/blob/master/gym/envs/toy_text/blackjack.py
From 092ac082980a28aedaa3930fff94d0ef79a2f3fb Mon Sep 17 00:00:00 2001 From: wayne70211 <31667945+wayne70211@users.noreply.github.com> Date: Thu, 20 Jun 2019 13:45:34 +0800 Subject: [PATCH 4/5] Update README.md Add Contact --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d07bba..6bd143e 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,16 @@ Using Deep Reinforcement Learning to Find the Best Strategy in Blackjack
Final Project of ML class in June 2019
-## Requirement + +# Requirement - Python 3.6 or later - Numpy, Matplotlib, Pandas - Tensorflow, Keras - OpenAI gym (Optional) +# Contact +- r07525068@ntu.edu.tw + # Reference GitHub
[blue0107] https://github.com/blue0107/DQN-blackjack-pokerbot
From 59fd99ef56b1a40df83e1c85421f9a21af42a8b8 Mon Sep 17 00:00:00 2001 From: wayne70211 <31667945+wayne70211@users.noreply.github.com> Date: Thu, 27 Jun 2019 15:40:53 +0800 Subject: [PATCH 5/5] Update README.md --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 6bd143e..7883c39 100644 --- a/README.md +++ b/README.md @@ -2,15 +2,12 @@ Using Deep Reinforcement Learning to Find the Best Strategy in Blackjack
Final Project of ML class in June 2019
- # Requirement - Python 3.6 or later - Numpy, Matplotlib, Pandas - Tensorflow, Keras - OpenAI gym (Optional) -# Contact -- r07525068@ntu.edu.tw # Reference GitHub