Skip to content

Commit 850d18d

Browse files
authored
Create README.md
1 parent 6c9d6db commit 850d18d

File tree

1 file changed

+80
-0
lines changed

1 file changed

+80
-0
lines changed

README.md

+80
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
# Mastering Reinforcement Learning with Python
2+
3+
<a href="https://www.packtpub.com/product/mastering-reinforcement-learning-with-python/9781838644147"><img src="https://static.packt-cdn.com/products/9781838644147/cover/smaller" alt=" Mastering Reinforcement Learning with Python" height="256px" align="right"></a>
4+
5+
This is the code repository for [ Mastering Reinforcement Learning with Python](https://www.packtpub.com/product/mastering-reinforcement-learning-with-python/9781838644147), published by Packt.
6+
7+
**Build next-generation, self-learning models using reinforcement learning techniques and best practices**
8+
9+
## What is this book about?
10+
Reinforcement learning (RL) is a field of artificial intelligence (AI) used for creating self-learning autonomous agents. Building on a strong theoretical foundation, this book takes a practical approach and uses examples inspired by real-world industry problems to teach you about state-of-the-art RL.
11+
12+
This book covers the following exciting features:
13+
* Model and solve complex sequential decision-making problems using RL
14+
* Develop a solid understanding of how state-of-the-art RL methods work
15+
* Use Python and TensorFlow to code RL algorithms from scratch
16+
* Parallelize and scale up your RL implementations using Ray's RLlib package
17+
* Get in-depth knowledge of a wide variety of RL topics
18+
19+
If you feel this book is for you, get your [copy](https://www.amazon.com/dp/1838644148) today!
20+
21+
<a href="https://www.packtpub.com/?utm_source=github&utm_medium=banner&utm_campaign=GitHubBanner"><img src="https://raw.githubusercontent.com/PacktPublishing/GitHub/master/GitHub.png"
22+
alt="https://www.packtpub.com/" border="5" /></a>
23+
24+
25+
## Instructions and Navigations
26+
All of the code is organized into folders. For example, Chapter02.
27+
28+
The code will look like the following:
29+
```
30+
if (test expression)
31+
{
32+
Statement upon condition is true
33+
}
34+
```
35+
36+
**Following is what you need for this book:**
37+
This book is for expert machine learning practitioners and researchers looking to focus on hands-on reinforcement learning with Python by implementing advanced deep reinforcement learning concepts in real-world projects. Reinforcement learning experts who want to advance their knowledge to tackle large-scale and complex sequential decision-making problems will also find this book useful. Working knowledge of Python programming and deep learning along with prior experience in reinforcement learning is required.
38+
39+
With the following software and hardware list you can run all code files present in the book (Chapter 1-18).
40+
41+
### Software and Hardware List
42+
43+
| Chapter | Software required | OS required |
44+
| -------- | ------------------------------------| -----------------------------------|
45+
| 1-18 | PyCharm Or Visual Studio Code |Linux (recommended), macOS, Windows |
46+
| 1-18 | Python 3.6+ |Linux (recommended), macOS, Windows) |
47+
|1-18 | TensorFlow 2.3 | Linux (recommended), macOS, Windows) |
48+
|1-18 | Ray/RLlib 1.0.1 |Linux (recommended), macOS, Windows |
49+
| 1-18 | NumPy |Linux (recommended), macOS, Windows) |
50+
| 1-18 | Pandas | Linux (recommended), macOS, Windows |
51+
| 1-18 |SciPy | Linux (recommended), macOS, Windows |
52+
| 1-18 |Scikit-learn 0.23.2 |Linux (recommended), macOS, Windows |
53+
| 1-18 |Jupyter Notebook | Linux (recommended), macOS, Windows |
54+
|1-18 | Plotly 4.10.0|Linux (recommended), macOS, Windows) |
55+
| 1-18 | Cufflinks 0.17.3 | Linux (recommended), macOS, Windows|
56+
| 1-18 | Plotly 4.10.0 Linux (recommended), macOS, Windows |
57+
|1-18 | Gym 0.15+ |Linux (recommended), macOS, Windows |
58+
| 1-18 |PyBullet | Linux (recommended), macOS, Windows|
59+
|1-18 |TensorTrade | Linux (recommended), macOS, Windows |
60+
| 1-18 |Flow | Linux (recommended), macOS |
61+
62+
63+
We also provide a PDF file that has color images of the screenshots/diagrams used in this book. [Click here to download it](https://static.packt-cdn.com/downloads/9781838644147_ColorImages.pdf).
64+
65+
66+
### Related products <Other books you may enjoy>
67+
* Hands-On Reinforcement Learning for Games [[Packt]](https://www.packtpub.com/product/hands-on-reinforcement-learning-for-games/9781839214936) [[Amazon]](https://www.amazon.com/dp/1839214937)
68+
69+
* PyTorch 1.x Reinforcement Learning Cookbook [[Packt]](https://www.packtpub.com/product/pytorch-1-x-reinforcement-learning-cookbook/9781838551964) [[Amazon]](https://www.amazon.com/dp/1838551964)
70+
71+
## Get to Know the Author
72+
**Enes Bilgin**
73+
works as a senior AI engineer and a tech lead in Microsoft's Autonomous Systems division. He is a machine learning and operations research practitioner and researcher with experience in building production systems and models for top tech companies using Python, TensorFlow, and Ray/RLlib. He holds an M.S. and a Ph.D. in systems engineering from Boston University and a B.S. in industrial engineering from Bilkent University. In the past, he has worked as a research scientist at Amazon and as an operations research scientist at AMD. He also held adjunct faculty positions at the McCombs School of Business at the University of Texas at Austin and at the Ingram School of Engineering at Texas State University.
74+
75+
## Other books by the authors
76+
* [Mastering Linux Network Administration](https://www.packtpub.com/networking-and-servers/mastering-linux-network-administration?utm_source=github&utm_medium=repository&utm_campaign=9781784399597)
77+
* [Linux Mint Essentials](https://www.packtpub.com/networking-and-servers/linux-mint-essentials?utm_source=github&utm_medium=repository&utm_campaign=9781782168157)
78+
79+
### Suggestions and Feedback
80+
[Click here](https://docs.google.com/forms/d/e/1FAIpQLSdy7dATC6QmEL81FIUuymZ0Wy9vH1jHkvpY57OiMeKGqib_Ow/viewform) if you have any feedback or suggestions.

0 commit comments

Comments
 (0)