- Learn Unity ML-Agents:Fundamentals of Unity Machine Learning
- Micheal Lanham
- 239字
- 2021-08-13 15:58:21
What this book covers
Chapter 1, Introducing Machine Learning and ML-Agents, covers the basics of machine learning and introduces the ML-Agents framework within Unity. This is basically just a setup chapter, but it's essential to anyone new to Unity and/or ML-Agents.
Chapter 2, The Bandit and Reinforcement Learning, introduces many of the basic problems and solutions used to teach reinforcement learning, from the multiarm and contextual bandit problems to a newly-derived connected bandit problem.
Chapter 3, Deep Reinforcement Learning with Python, explores the Python toolset available for your system and explains how to install and set up those tools. Then, we will cover the basics of neural networks and deep learning before coding up a simple reinforcement learning example.
Chapter 4, Going Deeper with Deep Learning, sets up ML-Agents to use the external Python trainers to create some fun but powerful agents that learn to explore and solve problems.
Chapter 5, Playing the Game, explains that ML-Agents is all about creating games and simulation in Unity. So, in this chapter, we will focus on various play strategies for training and interacting with agents in a real game or simulation.
Chapter 6, Terrarium Revisited and a Multi-Agent Ecosystem, revisits a coding game developed previously called Terrarium as a way to build self-learning agents who live in a little ecosystem. We learn how game rules can be applied to building a game or simulation with multiple agents that interact together.
- LibGDX Game Development Essentials
- 云數據中心基礎
- 云計算服務保障體系
- MySQL 8.x從入門到精通(視頻教學版)
- SQL優化最佳實踐:構建高效率Oracle數據庫的方法與技巧
- 基于OPAC日志的高校圖書館用戶信息需求與檢索行為研究
- 數據庫設計與應用(SQL Server 2014)(第二版)
- 數據分析師養成寶典
- 深入理解InfluxDB:時序數據庫詳解與實踐
- 貫通SQL Server 2008數據庫系統開發
- Doris實時數倉實戰
- Swift Functional Programming(Second Edition)
- 數字化轉型實踐:構建云原生大數據平臺
- 標簽類目體系:面向業務的數據資產設計方法論
- Learn Selenium