Tags
Language
Tags
January 2025
Su Mo Tu We Th Fr Sa
29 30 31 1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31 1
Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
SpicyMags.xyz

Self Driving Simulations: Develop Autonomous Car With Python

Posted By: ELK1nG
Self Driving Simulations: Develop Autonomous Car With Python

Self Driving Simulations: Develop Autonomous Car With Python
Published 6/2023
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 1.72 GB | Duration: 4h 24m

Learn how to build self driving autonomous car simulation using Python, PyGame, and NEAT

What you'll learn

Learning the fundamental concepts of self driving autonomous car, getting to know technologies behind it, as well as its capabilities and limitations

Learning and understanding how self driving feature in autonomous car works

Building self driving autonomous car simulation project using PyGame and NEAT from scratch

Testing the self driving autonomous cars to ensures the car has a good decision making ability, solid sensor integrations, and effective collision prevention

Requirements

No previous experience in building self driving autonomous car is required

Willingness to do a lot of trial errors in the code

Description

Welcome to Self-Driving Simulations: Developing Autonomous Cars with Python course. This is basically an extensive project based course where you will be fully guided step by step on how to build autonomous vehicle simulation with self driving feature using Python programming language alongside with Python libraries, such as Pygame and NEAT where Pygame will be utilised to create a visual and realistic representation of the simulated environment while NEAT which stands for NeuroEvolution of Augmenting Topologies will be used to train the neural networks to control and design self driving behaviour. The neural network takes input from the car's sensors. In addition, the neural network will also learn and adapt over time through evolutionary algorithms, improving the car's driving performance and decision-making skills. In the introduction session, you will be learning the basic fundamentals of autonomous car, getting to know technologies behind it as well as understanding how it works. Then, after learning the basic concepts, you will be guided step by step to set up all necessary tools, for instance Visual Studio Code IDE, installing Python, and other relevant tools. Before getting into the project, there will be a basic python training session where you will learn all important concepts in Python that you need to know and master to prepare you for the upcoming project. The basic Python training session is optional since the session was created and intended only for those who are not very confident with their Python programming skills. In the basic Python training session, you will learn different data types or variables, how to build functions and pass down parameters to the function, how to build class, and basic fundamentals of Pygame. Then, once the basic Python training session has been completed, you will move to the project where you will be fully guided step by step on how to build an autonomous car simulation with advanced self driving features from scratch. Once the project has been built, we are going to be conducting testing, not only to test if the code works but also to test if the output of the code is what we expected to get. There will be three main objectives that will be tested, those are the car's decision making ability, sensor integration, and collision prevention.First of all, we need to ask ourselves this question. Why should we learn how to build an autonomous car simulator? It might be very interesting to learn how the self-driving feature in cars like Tesla works, obviously the system is very complicated and a bit difficult to be understood but what if you have a chance to learn the self driving mechanism from a more simple perspective and that’s exactly what you are going to learn in this course. The next follow up question might potentially be, well it is near impossible and definitely unrealistic to create my own real autonomous vehicle like Tesla, it will cost you a lot and even if you have the funding, you might not have the right skill sets and knowledge to begin with. That is actually true to some extent, we are not going to build a brand new car with self -driving features, instead, we can potentially build a very cool self-driving game or maybe build an autonomous object simulator.Below are things that we are going to learn from this course:Learning the fundamental concepts of self driving autonomous car, getting to know technologies behind it, as well as its capabilities and limitationsLearning and understanding how autonomous car worksBasic Python training session which prepares you better for the autonomous car projectBuilding self driving autonomous car simulation project using Pygame and NEATLearning how to build and design car track using GIMP painting toolTesting the self driving autonomous cars to ensures the car has a good decision making ability, solid sensor integrations, and effective collision prevention system

Overview

Section 1: Introduction

Lecture 1 Introduction to the Course

Lecture 2 Highlight of the Course

Lecture 3 Whom This Course is Intended for?

Section 2: Tools, IDE, and Libraries

Lecture 4 Tools, IDE, and Libraries

Section 3: Introduction to Autonomous Cars

Lecture 5 Introduction to Autonomous Cars

Lecture 6 How Autonomous Car Works?

Section 4: Setting Up All Required Tools

Lecture 7 Installing Visual Studio Code

Lecture 8 Installing Python & Adding Extension to VS Code

Lecture 9 Installing PyGame & NEAT

Section 5: Basic Python Training Session

Lecture 10 Basic Python Training Session

Lecture 11 Data Types Practice

Lecture 12 Function & Parameters Practice

Lecture 13 Class & Objects Practice

Lecture 14 Basics of PyGame

Section 6: Preparing Assets for Autonomous Car Simulation

Lecture 15 Preparing Car Objects for Simulation

Lecture 16 Downloading GIMP

Lecture 17 Building Car Track with GIMP

Section 7: Building Self Driving Autonomous Car Project

Lecture 18 Creating Folder for the Project

Lecture 19 NEAT Configuration File Explained

Lecture 20 Create Function to Initialise the Simulation

Lecture 21 Functions to Set Position & Avoid Collision

Lecture 22 Function to Detect Obstacles

Lecture 23 Function to Update Position

Lecture 24 Functions to Get Radar's Data & Calculate Fitness Score

Lecture 25 Function to Run Autonomous Car

Lecture 26 Autonomous Car Function Explained

Lecture 27 Function to Run Simulation

Section 8: Testing Autonomous Car Simulation

Lecture 28 Autonomous Car Testing Objectives

Lecture 29 Testing Self Driving Autonomous Car Project

Section 9: Conclusion & Summary

Lecture 30 Conclusion & Summary

People who are interested to build self driving autonomous car simulation with Python,People who are interested to learn about the basic concepts of autonomous car