-
-
Notifications
You must be signed in to change notification settings - Fork 393
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can i ignore Chapter4 5 6,just goto Chapter7? #102
Comments
Hi @tobeinged, of course you can read the chapters in any order, but here are my suggestions: Chapter 4 is strictly about search algorithms and "classic" game-playing AIs. You can safely skip it for now if you're want to get straight to the deep learning. But the strongest game AIs today combine classic search algorithms with deep learning -- the final chapters show how this is done, so you may want to come back to chapter 4 before then Chapter 5 is about the basics of neural networks. If you already have experience with deep learning and/or neural networks, you can safely skip it Chapter 6 covers some important considerations about designing a neural network specifically for playing Go so I do recommend reading it before chapter 7 |
thank you~ @macfergus but when i try to insert the code in the chapter 4 to impove my AI of GO,i find the code seems independent with the code before.It shows some excellent method in a lot games but dont realise then on the basis of the code before. I can understand what the codes do,but i find it's hard for me to use them insert my codes before.I am afraid my agent may get I download the resource from here and contrast them with my own codes,there are some new codes,and some new files.and i have to check one py file and then another, and i am not sure if i missed some codes. i think every codelist in the books shows the path like dlgo/agent.py maybe better at the next version. Anywhere,thankyou very much for your advice. |
seems the code in chapter 4 just show some function of search
so i dont have to update my code written at chapter 1 2 3 ?
thanks for somebody's answer in the future, love you!
The text was updated successfully, but these errors were encountered: