Hello, I’m trying to implement concurrent AI car logic using machine learning as part of the development of my racing game.
To do this, I relied on this tutorial: Learning Agents (5.5) | Course
I coded everything I needed, and when I tested it in-game, I got the following error messages in the logs:
I’d like to know how to ensure my AI car is correctly added to the manager ? Best regards.
There is video as well for this, may be they speak something you missed . Have a look
Is it possible that the cars are created before the manager or its components, unable to find it and not register? (BTW you should add a warning when a registration fails)
Try to delay the registration for 0.5 sec and tell us what you got.