Skip to content

bayzhen/ForGraduation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unreal Engine Reinforcement Learning Plugin

This plugin enables you to integrate reinforcement learning in your Unreal Engine projects. It provides an interface between Unreal Engine and Python backend to communicate and control the training process.

Class Diagram

Here's a class diagram showing the main classes in the plugin:

    +---------------------------+
    | UReinforcementLearningComponent |
    +---------------------------+
    ├─── URLAction
    ├─── URLState
    ├─── URLReward
    └─── URLDone

    +----------------+
    | RL_ENV_Controller |
    +----------------+

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published