Self Driving/Mind Render AI Drill
Mobile Internet Technology Co., LTD.
$20.00
(no ratings)
Date |
Price |
---|---|
日期和时间 |
价钱($) |
12/08(2021) |
20.0 |
11/19(2024) |
20.0 |
Jump AssetStore
"Introduction" describes basic instructions as to what you need using Mind Render/AI Drill and how to set up the learning environment. Please read this part first.
[Table of Contents]
Chapter1 Preparation
Install Unity Hub
Install Unity
Sign in to Unity
Add a project
Install Visual Studio Code
Edit the program
Chapter2 Configure the learning environment
Unity Screen Layout
Configure the settings for self-driving cars
Open the scene from the Project
Set Agent in the Inspector
Set Sensor in the Inspector
Set QEnvironment in the Inspector (Q-learning)
Set NEEnvironment in the Inspector (Neuroevolution)
Train the Agent (Q-learning, Neuroevolution)
Display the learning status(Q-learning, Neuroevolution
Q-learning
Neuroevolution
Save Learning Results
Run Learning Results
In "Self-Driving Car", we will program a car to drive autonomously along a racetrack. We explain Reinforcement Learning (Q-learning) and Neuroevolution.
[Table of Contents]
Chapter1 Self-Driving Car
Overview of the Unity Scene
Car
Sensor
Checkpoints
Overview of the Program
Code of Self-Driving Cars
Action
Rewards
Observation of the Environment
Optional Exercises
Chapter2 Reinforcement Learning
Reinforcement Learning: A Definition
Q-learning
Code of Q-learning
Implementation of Q-learning
Result
Optional Exercises
Function Approximation, Deep Reinforcement Learning
Chapter3 Neuroevolution
Artificial Neural Networks
Sigmoid Neuron
Multilayer Perceptron
Code of the Neural Networ
Evolutionary Algorithms
Genetic Operators
Code of the Evolutionary Algorithm
Fitness
Mutation
Training Results
Optional Exercises