ppo-SnowballTarget / com.unity.ml-agents.tests /Tests /Runtime /Input /Unity.ML-Agents.Runtime.Input.Tests.asmdef
ashish2244's picture
Initial commit (part 6)
29ac347 verified
Raw
History Blame Contribute Delete
830 Bytes
{
"name": "Unity.ML-Agents.Runtime.Input.Tests",
"rootNamespace": "",
"references": [
"Unity.ML-Agents",
"Unity.ML-Agents.Input",
"Unity.InputSystem.TestFramework",
"UnityEngine.TestRunner",
"UnityEditor.TestRunner",
"Unity.InputSystem",
"Unity.InferenceEngine"
],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": true,
"precompiledReferences": [
"nunit.framework.dll"
],
"autoReferenced": true,
"defineConstraints": [
"UNITY_INCLUDE_TESTS"
],
"versionDefines": [
{
"name": "com.unity.inputsystem",
"expression": "1.1.0-preview.3",
"define": "MLA_INPUT_TESTS"
}
],
"noEngineReferences": false
}