Open PravinKumar95 opened 5 years ago
I will check it this weekend. As far as I can tell right now, if the physics server has the same interface, there should be no difference in using it with this project.
Also I have trouble building it in ubuntu 18.0. It throws error while building saying #include<boost/interprocess..>is not found
. Should I have to install any libraries before building godot?
Have you installed boost library? Check if the boost library is working on your system.
Have you installed boost library? Check if the boost library is working on your system.
Is there a guide on how to install boost library?
@AndriyLazorenko Assuming you are on a ubuntu system, following should be enough.
apt install libboost-container-dev libboost-system-dev libboost-locale-dev
I am just curious about your work. Is it possible to use the physics parameters of bullet engine to train the rl-model?