Unity 2018 Artificial Intelligence Cookbook: Over 90 recipes to build and customize AI entities for your games with Unity

4.9

بر اساس نظر کاربران

شما میتونید سوالاتتون در باره کتاب رو از هوش مصنوعیش بعد از ورود بپرسید
هر دانلود یا پرسش از هوش مصنوعی 2 امتیاز لازم دارد، برای بدست آوردن امتیاز رایگان، به صفحه ی راهنمای امتیازات سر بزنید و یک سری کار ارزشمند انجام بدین


معرفی کتاب Unity 2018 Artificial Intelligence Cookbook

کتاب Unity 2018 Artificial Intelligence Cookbook اثر Jorge Palacios یک منبع کامل و عملی برای توسعه هوش مصنوعی (AI) در بازی‌های ویدیویی با استفاده از Unity است. این کتاب شامل بیش از 90 دستور العمل بوده و به توسعه‌دهندگان کمک می‌کند تا با ابزارهای حرفه‌ای و کارآمد برای ساخت و سفارشی کردن واحدهای هوش مصنوعی آشنا شوند.

خلاصه کتاب

این کتاب به‌صورت گام‌به‌گام و عملی طراحی شده است تا هر کسی که علاقه به یادگیری و استفاده از هوش مصنوعی در Unity دارد، بتواند مهارت‌های لازم را کسب کند. محتوا شامل موضوعاتی مانند ایجاد سیستم‌های جستجوی مسیر (Pathfinding)، طراحی رفتارهای هوشمند NPCها، پیاده‌سازی سیستم‌های تصمیم‌گیری و حتی استفاده از الگوریتم‌های Machine Learning می‌شود. هر بخش به‌طور مستقل ارائه شده تا خوانندگان بتوانند بر اساس نیازهای خود، مستقیماً به بخش‌های مورد نظر دسترسی داشته باشند.

این کتاب نه تنها برای مبتدیان مناسب است، بلکه به توسعه‌دهندگان حرفه‌ای نیز کمک می‌کند تا پروژه‌های بازی‌های خود را با اضافه کردن جنبه‌های پیچیده‌تر هوش مصنوعی به سطح بالاتری ارتقا دهند. همچنین با تمرکز بر Unity 2018، ویژگی‌ها و ابزارهای جدید این نسخه از موتور بازی‌سازی به‌طور کامل پوشش داده شده است.

نکات کلیدی

  • آشنایی با الگوریتم‌های هوش مصنوعی پایه مانند A* برای جستجوی مسیر
  • پیاده‌سازی سیستم‌های FSM (Finite State Machine) برای ایجاد رفتارهای NPC
  • استفاده از NavMesh برای هدایت هوشمند کاراکترهای بازی
  • فهم اصول طراحی سیستم‌های تصمیم‌گیری مانند Behavior Tree
  • کار با ابزارهای Unity برای اجرای خودکار تست‌ها و بهینه‌سازی هوش مصنوعی
  • آموزش مبانی پیشرفته‌تر مانند استفاده از الگوریتم‌های Machine Learning در بازی‌ها

جملات معروف از کتاب

"هوش مصنوعی نه تنها ابزاری برای تعامل بهتر بازیکنان است، بلکه می‌تواند به توسعه‌دهندگان این امکان را دهد تا مرزهای خلاقیت خود را گسترش دهند."

Jorge Palacios

"پیاده‌سازی یک Behavior Tree مناسب می‌تواند NPCهای شما را به موجوداتی هوشمند تبدیل کند که بازیکنان را شگفت‌زده می‌کنند."

صفحه 89 کتاب

چرا این کتاب مهم است؟

در دنیای امروز بازی‌سازی، داشتن یک سیستم هوش مصنوعی قوی و قابل اعتماد یکی از کلیدی‌ترین جنبه‌های ساخت تجربه‌های تعاملی و جذاب است. کتاب Unity 2018 Artificial Intelligence Cookbook به عنوان یک راهنمای جامع و کاربردی برای توسعه‌دهندگان مبتدی و حرفه‌ای، ابزارها و دانش کافی برای طراحی واحدهای هوش مصنوعی تاثیرگذار را ارائه می‌دهد.

در این کتاب، نه تنها اصول اولیه توضیح داده شده است، بلکه تکنیک‌های پیشرفته برای سفارشی کردن و بهینه‌سازی پروژه‌های بازی نیز به‌طور عملی آموزش داده می‌شود. این رویکرد عملی باعث می‌شود تا توسعه‌دهندگان با اعتماد به نفس بیشتری به سراغ چالش‌های پیچیده هوش مصنوعی بروند و پروژه‌های خود را به سطحی که بازیکنان را مجذوب می‌کند برسانند.

Explore various recipes to build games using popular artificial intelligence techniques and algorithms such as Navmesh navigation A*, DFS, and UCB1Key FeaturesExplore different algorithms for creating decision-making agents that go beyond simple behaviors and movementDiscover the latest features of the NavMesh API for scripting intelligent behaviour in your game charactersCreate games that are non-predictable and dynamic and have a high replayability factorBook DescriptionInteractive and engaging games come with intelligent enemies, and this intellectual behavior is combined with a variety of techniques collectively referred to as Artificial Intelligence. Exploring Unity's API, or its built-in features, allows limitless possibilities when it comes to creating your game's worlds and characters. This cookbook covers both essential and niche techniques to help you take your AI programming to the next level.To start with, you’ll quickly run through the essential building blocks of working with an agent, programming movement, and navigation in a game environment, followed by improving your agent's decision-making and coordination mechanisms – all through hands-on examples using easily customizable techniques. You’ll then discover how to emulate the vision and hearing capabilities of your agent for natural and humanlike AI behavior, and later improve the agents with the help of graphs. This book also covers the new navigational mesh with improved AI and pathfinding tools introduced in the Unity 2018 update. You’ll empower your AI with decision-making functions by programming simple board games, such as tic-tac-toe and checkers, and orchestrate agent coordination to get your AIs working together as one.By the end of this book, you’ll have gained expertise in AI programming and developed creative and interactive games.What you will learnCreate intelligent pathfinding agents with popular AI techniques such as A* and A*mbushImplement different algorithms for adding coordination between agents and tactical algorithms for different purposesSimulate senses so agents can make better decisions, taking account of the environmentExplore different algorithms for creating decision-making agents that go beyond simple behaviors and movementCreate coordination between agents and orchestrate tactics when dealing with a graph or terrainImplement waypoints by making a manual selectorWho this book is forThe Unity 2018 Artificial Intelligence Cookbook is for you if you are eager to get more tools under your belt to solve AI- and gameplay-related problems. Basic knowledge of Unity and prior knowledge of C# is an advantage.Table of ContentsBehaviors- Intelligent MovementNavigationDecision MakingThe new NavMesh APICoordination and TacticsAgent AwarnessBoard Games and Applied Search AI Learning TechniquesProcedural Content GenerationMiscellaneous

دانلود رایگان مستقیم

شما میتونید سوالاتتون در باره کتاب رو از هوش مصنوعیش بعد از ورود بپرسید

دسترسی به کتاب‌ها از طریق پلتفرم‌های قانونی و کتابخانه‌های عمومی نه تنها از حقوق نویسندگان و ناشران حمایت می‌کند، بلکه به پایداری فرهنگ کتابخوانی نیز کمک می‌رساند. پیش از دانلود، لحظه‌ای به بررسی این گزینه‌ها فکر کنید.

این کتاب رو در پلتفرم های دیگه ببینید

WorldCat به شما کمک میکنه تا کتاب ها رو در کتابخانه های سراسر دنیا پیدا کنید
امتیازها، نظرات تخصصی و صحبت ها درباره کتاب را در Goodreads ببینید
کتاب‌های کمیاب یا دست دوم را در AbeBooks پیدا کنید و بخرید

نویسندگان:


1291

بازدید

4.9

امتیاز

0

نظر

98%

رضایت

نظرات:


4.9

بر اساس 0 نظر کاربران

Questions & Answers

Ask questions about this book or help others by answering


Please وارد شوید to ask a question

No questions yet. Be the first to ask!

قیمت نهایی
382,000 تومان
0

تماس با پشتیبان