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
236 stars 50 forks source link

CSV handle_emitter data types #142

Open tsampazk opened 1 year ago

tsampazk commented 1 year ago

Even though robot handle_emitter is supposed to accept plain string (that is not an Iterable), the assert checks only against Iterable.

CSVSupervisorEnv handle_emitter is also supposed to be able to send plain strings which is not the case right now.