[SOLVED] Hello, I am having an issue that when I try to start my training, nothing happens. No errors, just a message in my console that says “Registered Communicator in Agent”. If I output the values of the OnActionRecievedMethod, it gets some info in the actionsBuffer arg, but it is always 0. I also just completely reinstalled Python, running 3.10.12 through a Conda venv, everything should be the correct versions.
If I run the trainining in the example projects for the 3dBall, that runs with no issue. I copy that over to my current project(where I have successfully trained agents in the past) and that runs. If I run my own training, error as above. I went through the docs new environment guide for the rollerball, to make sure there wasn’t anythign obvious I was missing, and that doesn’t work either. So it seems to be something with the way I sent things up. My unity registry mlagents version is 3.0.0-exp1(loaded from disk from mlagents repo). Also, I should mention that it doesn’t seem to actually connect to the training, no steps are longed and will eventually quit with a generic error because it’s not connecting. The ID in the agent is correct. Not really sure what is wrong, and woudl appreciate any help
ETA: In doing some more testing, I see the 3DBall example does not actually work. The cube heads attempt to balance the ball because they already had a brain. They are not connecting to the training either.