Trouble Loading ml-agents repo

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

1 Like

I was able to get it running with unity 2023.2.2

This answer from the github repo issues fixed the problem for me.