From b61a09aa956ac2ba3e1a080a1e56f9ca72a449f2 Mon Sep 17 00:00:00 2001 From: Yuval Tassa Date: Wed, 13 Mar 2024 04:02:27 -0700 Subject: [PATCH] Delete redundant blank lines. PiperOrigin-RevId: 615359482 Change-Id: If1f850d560938b0c8cf6dd13c83ed72d1faae4cc --- python/LQR.ipynb | 2 -- 1 file changed, 2 deletions(-) diff --git a/python/LQR.ipynb b/python/LQR.ipynb index bce8716f..23eaecd8 100644 --- a/python/LQR.ipynb +++ b/python/LQR.ipynb @@ -50,7 +50,6 @@ }, "outputs": [], "source": [ - "\n", "!pip install mujoco\n", "\n", "# Set up GPU rendering.\n", @@ -133,7 +132,6 @@ }, "outputs": [], "source": [ - "\n", "print('Getting MuJoCo humanoid XML description from GitHub:')\n", "!git clone https://github.com/google-deepmind/mujoco\n", "with open('mujoco/model/humanoid/humanoid.xml', 'r') as f:\n",