Closed MrOCW closed 2 years ago
Hi @MrOCW, Thanks for bringing this conversation to our GitHub issues. Could you provide the version of the mlagents pip package you are using?
@surfnerd 0.25.1
Thanks. Are you sure that the inputs to your trained model are the same as what you are currently using in your project. I'd like to make sure my understanding is correct.
The issue that you seem to be having is that inference on CPU works, but on GPU it doesn't. And these errors you are seeing are when you are running inference on GPU. Is that correct?
@surfnerd yup! just 1 CameraSensor with width and height unchanged
These errors are seen when inference is done on GPU.
On CPU, the only issue is: AssertionException: Assertion failure. Values are not equal.
This issue has been automatically marked as stale because it has not had activity in the last 28 days. It will be closed in the next 14 days if no further activity occurs. Thank you for your contributions.
This issue has been automatically closed because it has not had activity in the last 42 days. If this issue is still valid, please ping a maintainer. Thank you for your contributions.
This issue has been automatically closed because it has not had activity in the last 42 days. If this issue is still valid, please ping a maintainer. Thank you for your contributions.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Describe the bug Many errors and warnings while attempting to infer with trained SAC onnx model. Inference with CPU removed some of the errors and warning but
AssertionException: Assertion failure. Values are not equal.
remains. After training another SAC with vis_encode_type: simple instead of resnet, inference with GPU works fine so the issue seems to lie with IMPALA/resnet and maybe nature cnn as well? Also, I am getting[subprocess_env_manager.py:220] UnityEnvironment worker 0: environment stopping.
after about 90000+ steps for SAC simple vis_encode_type and my training just stops. I am able to resume but.... I got this instead.When i try again,
To Reproduce Steps to reproduce the behavior:
Screenshots
Environment: