-
Notifications
You must be signed in to change notification settings - Fork 67
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
Donkey executable cannot locate libmono.so #1
Comments
Hi @AbuZekry |
Having the same problem. If someone know how to solve this, please let us know |
When I installed Unity on Linux I copied the file into the donkey_Data/Mono/x86_64/ |
Thanks for the response. I solved the problem by cloning Tawn Kramer's donkey gym repo and follow his instruction to run the reinforcement learning example. |
did it work for you? and where did you find that file ? @AbuZekry |
The method proposed by @AbuZekry worked for me. I found the libmono.so file after I installed the latest version of unity from the unity hub manager (Although i'm not sure how to download unity in a headless environment like an AWS instance...). I found in the folder where unity was installed under 'Data/PlaybackEngines/LinuxStandaloneSupport/Variations/linux64_headless_nondevelopment_mono/Data/Mono/x86_64/libmono.so' |
I am also getting this Error: Also after installing several version of Unity I am not getting libmono.so anywhere. Can anyone please attach the file here? |
I set up the environment exactly as in the ReadMe file but when i try to run the script ddqn.py it gives me this error
"Unable to load mono library from /home/abuzekry/Documents/Code/donkey_rl/donkey_rl/src/donkey_Data/Mono/x86_64/libmono.so"
The donkey executable cannot locate this library. Is there anything missing I should do or an environment variable that should be set or something ?
The text was updated successfully, but these errors were encountered: