From a7adf00d9664e638cfb8fb8d18b8e5fcba49701b Mon Sep 17 00:00:00 2001 From: Mark Stephenson Date: Wed, 29 May 2024 12:26:45 -0700 Subject: [PATCH] f --- .../doctrees/nbsphinx/multiagent_envs_src.ipynb | 17 +++++++++++++---- docs/source/multiagent_envs_src.ipynb | 2 ++ 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/docs/build/doctrees/nbsphinx/multiagent_envs_src.ipynb b/docs/build/doctrees/nbsphinx/multiagent_envs_src.ipynb index 6310f473..7372a0b0 100644 --- a/docs/build/doctrees/nbsphinx/multiagent_envs_src.ipynb +++ b/docs/build/doctrees/nbsphinx/multiagent_envs_src.ipynb @@ -14,13 +14,20 @@ "execution_count": 1, "metadata": { "execution": { - "iopub.execute_input": "2024-05-29T18:46:12.908705Z", - "iopub.status.busy": "2024-05-29T18:46:12.908600Z", - "iopub.status.idle": "2024-05-29T18:46:15.918651Z", - "shell.execute_reply": "2024-05-29T18:46:15.918310Z" + "iopub.execute_input": "2024-05-29T19:26:06.666614Z", + "iopub.status.busy": "2024-05-29T19:26:06.666413Z", + "iopub.status.idle": "2024-05-29T19:26:10.462606Z", + "shell.execute_reply": "2024-05-29T19:26:10.461898Z" } }, "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n" + ] + }, { "name": "stdout", "output_type": "stream", @@ -31,7 +38,9 @@ ], "source": [ "import time\n", + "from bsk_rl.scene import CityTargets\n", "\n", + "print(CityTargets(500))\n", "time.sleep(3)\n", "if 1 > 0:\n", " print(\"True in source\")\n", diff --git a/docs/source/multiagent_envs_src.ipynb b/docs/source/multiagent_envs_src.ipynb index 2be8601e..803f2c8d 100644 --- a/docs/source/multiagent_envs_src.ipynb +++ b/docs/source/multiagent_envs_src.ipynb @@ -16,7 +16,9 @@ "outputs": [], "source": [ "import time\n", + "from bsk_rl.scene import CityTargets\n", "\n", + "print(CityTargets(500))\n", "time.sleep(3)\n", "if 1 > 0:\n", " print(\"True in source\")\n",