Files
UnrealEngine/Engine/Plugins/Experimental/LearningAgents/LearningAgents.uplugin
2025-05-18 13:04:45 +08:00

50 lines
1.1 KiB
Plaintext

{
"FileVersion": 3,
"Version": 2,
"VersionName": "0.2",
"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": "LearningAgentsTraining",
"Type": "Runtime",
"LoadingPhase": "Default"
}
],
"Plugins": [
{
"Name": "PythonFoundationPackages",
"Enabled": true
},
{
"Name": "NNERuntimeBasicCpu",
"Enabled": true
}
]
}