Made a roomba agent sim in #Godot that is being controlled by a Python script (for students).
The script receives the objects the sensors detected (and their distance). It returns actions the roomba should take.
I most certainly didn't use the best technique to interact with Python from Godot, but it works.