Skip to content

akashin/HSE_AI_Labs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HSE_AI_Labs

Repository for HSE AI class labs

Dependencies

  • UE 4.13

Available content

  • Lesson_1: Basic tutorial on UE4 usage

    • Project creation
    • Implementation of C++ actor classes
    • Game input handling
    • Blueprints creation
    • Collision detection
    • Game modes
    • HUDs
  • Lab_1: Single AI controller for optimizing pizza delivery

  • Lab_2: Cooperative pizza delivery system

  • Lab_3: Cooperative maze solving

  • Lab_4: Training TensorFlow RL model to play Pong in UE4 using UnrealEnginePython

  • Lab_5: Training TensorFlow RL model to play Pong in UE4 using Boost.Asio