raisimGym icon indicating copy to clipboard operation
raisimGym copied to clipboard

Results 5 raisimGym issues
Sort by recently updated
recently updated
newest added

Thanks for your repo, I face the following problem, a black page opens and after a few second closes. This is the output of install: ``` ~/raisimGym$ sudo python3.6 setup.py...

Thank you for providing this impressive work. I face a segmentation fault after a few iterations of training if I use mesh collision bodies instead of geometry primitives. The error...

I was using raisimGym on ubuntu 16.04 without GPU, where its work fine without such issue give below, Now i am using GPU on ubuntu 18.04 where i compile all...

The `step()` function in `Environment.hpp` file of the quadrotor environment returns the summation of `positionReward_ , thrustReward_ and orientationReward_`. The coefficient of thrustReward_ is 0, so its value will be...

This updates the Environmental.hpp with PD controller. The policy is trained overnight and it greatly reduced the tracking error in the vertical axis. I found the cause of the vertical...