bark-simulator / bark

Open-Source Framework for Development, Simulation and Benchmarking of Behavior Planning Algorithms for Autonomous Driving
https://bark-simulator.github.io/
MIT License
287 stars 68 forks source link

Call init function of PyRuntime #544

Closed patrickhart closed 2 years ago

patrickhart commented 2 years ago

Newer Python versions seem to require that the PyRuntime.__init__(..) function is being called. Here is a proposal of a fix with which BARK-ML seems to be running again.