

Showcase
Mujoco Simulator With Bittle
I thought I'd share a project I've recently done with Bittle in case anyone is interested in exploring simulation with Bittle in a non reinforcement learning application, although one could also use Mujoco for reinforcement learning also.
I used the URDF created for Bittle here. AIWintermuteAI made the URDF files for Bittle a while back, which was a great starting point to get a model of Bittle into the Mujoco simulator made by google deepmind.
My project aimed to use model predictive control (MPC) to generate optimal gait patterns to run open loop on the Bittle robot. The first step was to get a model into the simulator. To do this, I converted the URDF model to XML format for the simulator. Then I created the environment and configuration to use Mujoco Model Predictive Control (MJPC) with Bittle. MJPC was also developed by google deepmind.
MJPC effectively performs forward rollout…
Yes, it's the exact model of our production model. The previous one was reverse engineered by our users.