File size: 537 Bytes
d353048
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "com.unity.ml-agents",
  "displayName": "ML Agents",
  "version": "4.0.3",
  "unity": "6000.0",
  "description": "Use state-of-the-art machine learning to create intelligent character behaviors in any Unity environment (games, robotics, film, etc.).",
  "dependencies": {
    "com.unity.ai.inference": "2.6.1",
    "com.unity.modules.imageconversion": "1.0.0",
    "com.unity.modules.jsonserialize": "1.0.0",
    "com.unity.modules.physics": "1.0.0"
  },
  "relatedPackages": {
    "com.unity.ml-agents.tests": "1.0.0"
  }
}