Car Neural Network

Date: Winter 2022

Images

Unreal editor showing a top-down view of artificially intelligent cars driving on a track.
Unreal Engine blueprints for a neural network.

This was the code for mutation.

Top-down view of artificially intelligent cars driving on a track.
Unreal Engine blueprints for a neural network.

This was the actual neural network code.

Video

Video showing artificially intelligent cars learning on a track.

Description

During the winter of 2022, I created a neural network in Unreal Engine 5. I created this using the concepts of neural networks that I learned online. Far from perfect, but a good enough first attempt at AI. It uses the sigmoid function and the hyperbolic tangent function as activation functions.

Skills

This advanced my knowledge of Unreal Engine, it was made entirely with the blueprint system.