DEV Community

Discussion on: I Am Mesmerized By Our New Robotic Vacuum

Collapse
 
erwincoumans profile image
erwincoumans • Edited

The power of random with simple heuristics indeed.
You could check out our PyBullet, it is a Python module suitable for this task. It has optional OpenAiGym environments, and install is one line: pip3 install pybullet --upgrade --user
Check out pybullet.org for a quickstart.

Collapse
 
deciduously profile image
Ben Lovy

This is awesome! Thanks a lot.