-
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathUnrealMLAgents.uplugin
More file actions
28 lines (28 loc) · 840 Bytes
/
UnrealMLAgents.uplugin
File metadata and controls
28 lines (28 loc) · 840 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"FileVersion": 3,
"Version": 100,
"VersionName": "1.0.0",
"FriendlyName": "UnrealMLAgents",
"Description": "A plugin for Unreal Engine enabling Deep Reinforcement Learning, inspired by Unity ML-Agents.",
"Category": "Machine Learning",
"CreatedBy": "AlanLaboratory, Stephane Capponi",
"CreatedByURL": "https://github.com/AlanLaboratory/UnrealMLAgents",
"DocsURL": "https://unrealmlagents.readthedocs.io/en/latest/",
"FabURL": "com.epicgames.launcher://ue/Fab/product/0207991a-a838-4b27-94f6-76ee166a0146/",
"MarketplaceURL": "",
"SupportURL": "discord.gg/XNNJFfgw6M",
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": false,
"Installed": false,
"Modules": [
{
"name": "UnrealMLAgents",
"type": "Runtime",
"loadingphase": "Default",
"PlatformAllowList": [
"Win64"
]
}
]
}