From a40de1b230014cfa8164c4ef750be67f5fb55dfb Mon Sep 17 00:00:00 2001 From: Yuval Tassa Date: Mon, 6 May 2024 16:35:33 -0700 Subject: [PATCH] Move notebook copyright notice into HTML comment. PiperOrigin-RevId: 631222581 Change-Id: I2fe86425677cf14cbfb72cb9d32b645682edc47f --- python/LQR.ipynb | 38 ++++++++++++++++---------------------- python/tutorial.ipynb | 38 ++++++++++++++++---------------------- 2 files changed, 32 insertions(+), 44 deletions(-) diff --git a/python/LQR.ipynb b/python/LQR.ipynb index 4c4cc402..b683444a 100644 --- a/python/LQR.ipynb +++ b/python/LQR.ipynb @@ -10,27 +10,22 @@ "\n", "#

LQR tutorial

\n", "\n", - "This notebook provides an example of an LQR controller using [**MuJoCo** physics](https://github.com/google-deepmind/mujoco#readme)." - ] - }, - { - "cell_type": "markdown", - "metadata": { - "id": "LBAvTJ0xHKy7" - }, - "source": [ - "### Copyright notice" - ] - }, - { - "cell_type": "markdown", - "metadata": { - "id": "_UbO9uhtBSX5" - }, - "source": [ - ">

Copyright 2022 DeepMind Technologies Limited

\n", - ">

Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.

\n", - ">

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

" + "This notebook provides an example of an LQR controller using [**MuJoCo** physics](https://github.com/google-deepmind/mujoco#readme).\n", + "\n", + "" ] }, { @@ -935,7 +930,6 @@ "accelerator": "GPU", "colab": { "collapsed_sections": [ - "LBAvTJ0xHKy7", "QPdJNe3k62mx" ], "private_outputs": true diff --git a/python/tutorial.ipynb b/python/tutorial.ipynb index 12aa8ce7..3c6e4643 100644 --- a/python/tutorial.ipynb +++ b/python/tutorial.ipynb @@ -10,27 +10,22 @@ "\n", "#

Tutorial

\n", "\n", - "This notebook provides an introductory tutorial for [**MuJoCo** physics](https://github.com/google-deepmind/mujoco#readme), using the native Python bindings." - ] - }, - { - "cell_type": "markdown", - "metadata": { - "id": "xBSdkbmGN2K-" - }, - "source": [ - "### Copyright notice" - ] - }, - { - "cell_type": "markdown", - "metadata": { - "id": "_UbO9uhtBSX5" - }, - "source": [ - ">

Copyright 2022 DeepMind Technologies Limited.

\n", - ">

Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.

\n", - ">

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

" + "This notebook provides an introductory tutorial for [**MuJoCo** physics](https://github.com/google-deepmind/mujoco#readme), using the native Python bindings.\n", + "\n", + "" ] }, { @@ -2122,7 +2117,6 @@ "accelerator": "GPU", "colab": { "collapsed_sections": [ - "xBSdkbmGN2K-", "YvyGCsgSCxHQ" ], "gpuClass": "premium",