Search found 2 matches

by bjt
Wed Aug 22, 2018 6:11 am
Forum: PyBullet Support and Feedback
Topic: SegFault when training RL agent using camera
Replies: 1
Views: 2807

Re: SegFault when training RL agent using camera

It seams that p.computeProjectionMatrixFOV() could be the culprit (at least when I run the could without it I haven't been able to break it yet). I have tried running p.computeProjectionMatrix() instead, though haven't been able to get it do what I want (and I'm not sure if it would fix my issue). T...
by bjt
Mon Aug 13, 2018 8:53 pm
Forum: PyBullet Support and Feedback
Topic: SegFault when training RL agent using camera
Replies: 1
Views: 2807

SegFault when training RL agent using camera

Hello, I am trying to train an RL agent that has a body mounted camera. I am using MPI to run several processes. It works well without a camera input, but after a variable number of steps I will get a segfault: [brendan:05577] *** Process received signal *** [brendan:05577] Signal: Segmentation faul...