Skip to content

Commit bbaf1e5

Browse files
committed
ScholaExamples v1.1.0
1 parent 0b15d63 commit bbaf1e5

File tree

375 files changed

+2010
-1005
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

375 files changed

+2010
-1005
lines changed

.gitignore

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
# Visual Studio 2015 user specific files
1+
# Visual Studio and VS Code user specific files
22
.vs/
33
.vscode/*
44
**/.vscode/*
5+
.vsconfig
56

67
# Compiled Object files
78
*.slo
@@ -52,6 +53,7 @@ SourceArt/**/*.tga
5253
# Binary Files
5354
Binaries/*
5455
Plugins/*/Binaries/*
56+
/python/schola_examples/bin
5557

5658
# Builds
5759
Build/*
@@ -77,37 +79,40 @@ Plugins/*/Intermediate/*
7779
# Cache files for the editor to use
7880
DerivedDataCache/*
7981

80-
#pycache generated files
82+
# Pycache generated files
8183
**/__pycache__/*
8284

83-
#Misc files and folders
85+
# Misc files and folders
8486
/enc_temp_folder/**
8587
documentation/*.bkp
8688
*.temp
8789

88-
#ONNX files
90+
# ONNX files
8991
*.onnx
9092

9193
# Don't ignore Bundled third party dependencies
9294
!/Plugins/**/*.lib
9395
!/Plugins/**/*.a
9496

95-
# zipped files
97+
# Zipped files
9698
/Plugins/Schola/Resources/**/*.zip
9799
/Content/ZippedModels/*.zip
98100

99-
# Build python libraries
101+
# Built python libraries
100102
*.egg-info/
101103
*.egg
102104

103-
#Training checkpoints
104-
**/ckpt/*
105-
106-
#Built documentation
105+
# Built documentation
107106
/Docs/Doxygen/html/*
108107
/Docs/Sphinx/_build/*
109108
/Docs/Doxygen/xml/*
110109

111-
#pytest folder
110+
# Training checkpoints
111+
**/ckpt/*
112+
113+
# Pytest folder
112114
/pytest-schola/*
113115

116+
# Intermediate Unreal Content Folders
117+
/Content/__ExternalActors__
118+
/Content/__ExternalObjects__

.vsconfig

Lines changed: 0 additions & 13 deletions
This file was deleted.

CITATION.cff

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
cff-version: 1.2.0
2+
title: Schola
3+
message: >-
4+
If you use this software, please cite it using the
5+
metadata from this file.
6+
type: software
7+
authors:
8+
- given-names: Alexander
9+
family-names: Cann
10+
name-particle: Alexander
11+
12+
affiliation: AMD
13+
- given-names: Tian Yue
14+
family-names: Liu
15+
16+
affiliation: AMD
17+
- given-names: Nathan
18+
family-names: Hung
19+
20+
affiliation: AMD
21+
- given-names: Mehdi
22+
family-names: Saeedi
23+
24+
affiliation: AMD
25+
repository-code: 'https://github.com/GPUOpen-LibrariesAndSDKs/Schola'
26+
url: 'https://gpuopen.com/amd-schola/'
27+
abstract: >-
28+
Schola Examples is an Unreal Engine project containing sample environments developed
29+
with the Schola plugin for Unreal Engine. Schola provides tools to help developers create environments,
30+
define agents, and connect to python-based Reinforcement Learning frameworks such as OpenAI Gym, RLlib or Stable Baselines 3.
31+
keywords:
32+
- Reinforcement Learning
33+
- Unreal Engine 5
34+
- Python
35+
license: MIT
36+
version: '1.1'
37+
date-released: '2025-04-01'

Config/DefaultEngine.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
[/Script/EngineSettings.GameMapsSettings]
44
GameDefaultMap=/Engine/Maps/Templates/OpenWorld
5+
GameInstanceClass=/Script/ScholaExamples.GameInstanceAllowMapOverride
56

67
[/Script/WindowsTargetPlatform.WindowsTargetSettings]
78
DefaultGraphicsRHI=DefaultGraphicsRHI_DX12
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:25a9b93a8ee8e76fc7ddc0b7b1d387b33c130e1367d9a1935d6c451ea7ce61d6
3-
size 136683
2+
oid sha256:8f1e66ac5fb304fb5ab94984e3e68b3ddb66e17699d681dfaaad6bf17228e505
3+
size 125366
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:a83f2346601d3d3f930d26650448c0ffe70967a3b75fc878325b43f40d8b658c
3-
size 224745
2+
oid sha256:292ec52f457806b4f2881b37dcd0716d092ab9582bd7d573f485aa0537cf81d0
3+
size 213054
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:dbcb10838d06b674b27337c1f78a8695a33eeca44b4e59402cda0a9229bab612
3-
size 55716
2+
oid sha256:cb55aee9200aed8f33a5811109698731ff1edf2b3ef888bec6ed3caaa6214c21
3+
size 55044
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:b253f90a09a8c14003772f640a21364d1564efe07483ffcdb06d3b2caacd6fac
3-
size 143140
2+
oid sha256:811bfd1ec6ef075ab7feffb73de38cc189696e7ee0054028da2c2f51c7490eb5
3+
size 137351
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:1f08e60108c5c785f12d636bb286922bb3bb71a463014f363c80bc3f378078d0
3-
size 35877
2+
oid sha256:2c68dca54b81b2fee180c2b1517e65110f25e1b615ee5bca7363e8de249cd355
3+
size 47799
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:af47872b0d0b61ad19de9f545b350bc8808efe827f673eec546cdd358c7b2157
3-
size 28684
2+
oid sha256:fb777d03800d10dc1197c176d5838c7f8f426e13dd7212cb65ff193555d0ee87
3+
size 30318

0 commit comments

Comments
 (0)