i want to use my rl_model in unity_enviroment
my model was used in gym_enviroment
no error occurs in windows and my ubutu but on another ubuntu it does
enviroment is same
File “MYPATH”, line 418, in _poll_process
raise UnityEnvironmentException(exc_msg)
mlagents_envs.exception.UnityEnvironmentException: Environment shut down with return code 127.
I have meet the same issue,the project that i run successfully in windows has mistake in Ubutu,setfacl -R -b seems not work for me.Any other approaches have you try to fix it?I will appreciate it if you can provide some information.
I encountered the same problem. I used the command line to package apk. My problem was that I mistakenly entered the path of unity.exe “Applications/Unity/2020.3.30f1/Unity.app/Contents/MacOS/Unity -batchmode”. The correct one should be “Applications/Unity/Hub/Editor/2020.3.30f1/Unity.app/Contents/MacOS/Unity -batchmode”, so I solved it.