ppo-SnowballTarget / PerformanceProject /Assets /ML-Agents /Scripts /Tests /Editor /MLAgentsExamples.Tests.Performance.asmdef
| { | |
| "name": "MLAgentsExamples.Tests.Performance", | |
| "rootNamespace": "", | |
| "references": [ | |
| "UnityEngine.TestRunner", | |
| "UnityEditor.TestRunner", | |
| "Unity.PerformanceTesting", | |
| "Unity.PerformanceTesting.Editor", | |
| "Unity.ML-Agents" | |
| ], | |
| "includePlatforms": [ | |
| "Editor" | |
| ], | |
| "excludePlatforms": [], | |
| "allowUnsafeCode": false, | |
| "overrideReferences": true, | |
| "precompiledReferences": [ | |
| "nunit.framework.dll" | |
| ], | |
| "autoReferenced": false, | |
| "defineConstraints": [ | |
| "UNITY_INCLUDE_TESTS" | |
| ], | |
| "versionDefines": [], | |
| "noEngineReferences": false | |
| } |