From 1c86948d614ba01a548990e541bb5ee0dee771c8 Mon Sep 17 00:00:00 2001 From: Marek Wolan Date: Fri, 31 May 2024 12:12:35 +0100 Subject: [PATCH] #2588 fix import in notebook --- src/primaite/notebooks/Training-an-RLLIB-MARL-System.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/primaite/notebooks/Training-an-RLLIB-MARL-System.ipynb b/src/primaite/notebooks/Training-an-RLLIB-MARL-System.ipynb index df688146..65b1595f 100644 --- a/src/primaite/notebooks/Training-an-RLLIB-MARL-System.ipynb +++ b/src/primaite/notebooks/Training-an-RLLIB-MARL-System.ipynb @@ -31,7 +31,7 @@ "import ray\n", "from ray import air, tune\n", "from ray.rllib.algorithms.ppo import PPOConfig\n", - "from primaite.session.environment import PrimaiteRayMARLEnv\n", + "from primaite.session.ray_envs import PrimaiteRayMARLEnv\n", "\n", "# If you get an error saying this config file doesn't exist, you may need to run `primaite setup` in your command line\n", "# to copy the files to your user data path.\n",