aidudezzz / deepbots

A wrapper framework for Reinforcement Learning in the Webots robot simulator using Python 3.
https://deepbots.readthedocs.io/
GNU General Public License v3.0
230 stars 49 forks source link

Webots2023a: getData -> getString #118

Closed KelvinYang0320 closed 1 year ago

KelvinYang0320 commented 1 year ago

@tsampazk Is there a function to check webots version in python? Maybe we can do if(version>=2023a)... to keep some backward compatibility?

tsampazk commented 1 year ago

Is there a function to check webots version in python?

I am not aware of such a function, but there should be some way to do this. Nevertheless, i think it might be more complicated.

KelvinYang0320 commented 1 year ago

@tsampazk Thanks for the advice. Could you do the code review again?