Getting Started With Schola Examples
This guide will walk you through setting up the Schola Experiments Project to try out some premade reinforcement learning examples with Schola.
Install Prerequisites
-
Ubuntu 22.04 (22.04.4 Desktop x86 64-bit is recommended for reproducibility)
-
Unreal Engine 5.4 (5.4.4 is recommended for reproducibility)
-
Python 3.9 (3.9.19 is recommended for reproducibility)
Note
While other Integrated Development Environments (IDEs) can be used, Visual Studio Code is recommended along with the C/C++ Extension Pack. Please see the Unreal Engine documentation for more information.
-
Unreal Engine 5.4 (5.4.4 is recommended for reproducibility)
-
Python 3.9 (3.9.19 is recommended for reproducibility)
Note
While other Integrated Development Environments (IDEs) can be used, Visual Studio is recommended. (Visual Studio Professional 2022 (64-bit) – LTSC 17.8 is recommended for reproducibility)
Follow the Visual Studio setup guide from Epic Games to setup your Visual Studio environment for working with Unreal.
Install Schola Examples
-
Get the ScholaExamples project, either by downloading the source, or via git.
-
Download the zipped source code from the Schola Examples Repository
-
Unzip the project.
-
-
Install the schola python package from ./Plugins/Schola/Resources/python.
-
Launch the Project.
See also
For setting up your project files to run ScholaExample, please refer to the guide on Project Files for IDEs from Epic Games.