Search found 2 matches

by Ravise
01 May 2020, 16:42
Forum: Bug reports
Topic: Python b0 API - ValueError: NULL pointer access
Replies: 2
Views: 3763

Re: Python b0 API - ValueError: NULL pointer access

Hi,
the ValueError is raised from different function calls in the middle of the traceback. It is always a simxServiceCall(). I'll try with publishers and report back if the issue persists.
by Ravise
25 Apr 2020, 13:43
Forum: Bug reports
Topic: Python b0 API - ValueError: NULL pointer access
Replies: 2
Views: 3763

Python b0 API - ValueError: NULL pointer access

Hello, I'm trying to use CoppeliaSim as an environment for my reinforcement learning problem. I've made the scene in CoppeliaSim and I'm connecting to it from python using b0 API. I've made a binding from OpenAI gym to CoppeliaSim and I'm using the gym in stable_baselines. Randomly, I encounter foll...