Files
UnrealEngineUWP/Engine/Plugins/Experimental/LearningAgents/LearningAgents.uplugin
daniel holden fa0a175f51 LearningAgents: Switched to NNERuntimeBasicCpu for Inference.
#rb brendan.mulcahy

[CL 27557247 by daniel holden in ue5-main branch]
2023-09-01 11:54:14 -04:00

55 lines
1.2 KiB
Plaintext

{
"FileVersion": 3,
"Version": 1,
"VersionName": "0.1",
"FriendlyName": "Learning Agents",
"Description": "Learning Agents is a machine learning library for AI character control in games. It simplifies the use of reinforcement and imitation learning in Unreal.",
"Category": "AI",
"CreatedBy": "Epic Games, Inc.",
"CreatedByURL": "https://epicgames.com",
"DocsURL": "",
"MarketplaceURL": "",
"SupportURL": "",
"EnabledByDefault": false,
"CanContainContent": true,
"IsBetaVersion": false,
"IsExperimentalVersion": true,
"Installed": false,
"Modules": [
{
"Name": "Learning",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "LearningTraining",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "LearningAgents",
"Type": "Runtime",
"LoadingPhase": "Default"
},
{
"Name": "LearningAgentsEditor",
"Type": "Editor",
"LoadingPhase": "PostEngineInit"
},
{
"Name": "LearningAgentsTraining",
"Type": "Runtime",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "PythonFoundationPackages",
"Enabled": true
},
{
"Name": "NNERuntimeBasicCpu",
"Enabled": true
}
]
}