2DRL – Box2D reinforcement learning editor
I’ve been on-and-off working on this project for a few months, just wanted to share it: https://www.2drl.com/ TLDR – It’s kinda like Unity but for reinforcement learning and much more lightweight. It lets you visually design Box2D (2D rigid body physics) gym environments using a drag-and-drop interface. It also has scripting support, so in principle you can define any environment with any custom behaviour. From your scene and script, it will automatically generate the full environment code, which […]