Closed nubonics closed 2 years ago
Hi Numbonics, The reason that it isn't starting is indeed because it lacks a demo file. You have a couple of solutions here. The first one is completely getting rid of any imitation learning methods (GAIL/BCO). Just removing the demo file wont work because they rely on it. Second is creating a demo file from scratch, this is not too hard and can be done inside the Unity player. You can reference my video walkthrough to do this: https://youtu.be/_Bzw2B-9QkM?t=1453
I will also update the repo to have a demo file available to use.
From your logs I can also see you are using the CPU version of PyTorch. This is not recomended and will result in much slower training. If you have a GPU in your system, try to get a GPU version working.
Hope this helps!
Demo file is now provided! https://github.com/VanIseghemThomas/AI-Parking-Unity/commit/e7ddd03c4cbbad6cea9b43066d8e5ba2b90b1024
I've attempted to clone this repo as I am interested in MLAgents and have not found an up2date tutorial but it seems that I cant start the training because the demo file is lacking. I'ved tried removing it from the yaml file, but then it complains that there needs to be a demo. I've also tried just removing the path but then it complains that the path doesnt exist.