Hopefully this is the right forum for this. Attempting to run the ml-agents demo and running into some compile errors. After following the installation instructions from the repo, I attempt to run the scene, but encounter the following errors:
- ‘ModelAsset’ does not contain a definition for ‘modelAssetData’ and no accessible extension method…"
- ‘ModelAssetData’ is inaccessible due to its protection level
- Creating missing agent component for DevisionRequester in Agent
The scene also has pink agents instead of the textures pictured in the instructions. Figured I might have messed up the install somehow. Any ideas?
ml-agents repo: ml-agents/docs/Getting-Started.md at develop · Unity-Technologies/ml-agents · GitHub