lupoglaz / GodotAIGym

Communicating with godot engine through shared memory
https://lupoglaz.github.io/GodotAIGym/
MIT License
214 stars 27 forks source link

Is it possible to use bullet physics? #1

Open PravinKumar95 opened 5 years ago

PravinKumar95 commented 5 years ago

I am just curious about your work. Is it possible to use the physics parameters of bullet engine to train the rl-model?

lupoglaz commented 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.

PravinKumar95 commented 5 years ago

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?

lukaskiss222 commented 4 years ago

Have you installed boost library? Check if the boost library is working on your system.

AndriyLazorenko commented 4 years ago

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?

cnheider commented 4 years ago

@AndriyLazorenko Assuming you are on a ubuntu system, following should be enough. apt install libboost-container-dev libboost-system-dev libboost-locale-dev