-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Training ends shortly after entering play #5999
Comments
The packages installed werent from the repo when i tested originally, installing the two packages in the correct order instead also results the same |
I'm getting this same issue after following the install instructions here I just started a new venv and ran only these commands:
Ran the 3DBall Test from the into docs and it errors out after I hit play in unity with "[W ..\torch\csrc\utils\tensor_numpy.cpp:77] Warning: Failed to initialize NumPy: module compiled against API version 0x10 but this version of numpy is 0xe (function operator ())" torch: 1.13.1+cu117 |
Solution here: #6002 OP, python 3.10.0 I didn't test, but I anticipate it may be a problem. In addition to updating numpy, you may need to update python version. My test included python 3.10.13 (from conda) |
Installing directly from the develop branch of the repo should resolve this issue and was taken care of with this PR: #5997 |
Describe the bug
When running
mlagents-learn
(with and without --force) and entering play, it exits almost immediately after and prints Debug.Log calls about 33 timesTo Reproduce
Steps to reproduce the behavior:
Console logs / stack traces
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: