#2588 fix import in notebook

This commit is contained in:
Marek Wolan
2024-05-31 12:12:35 +01:00
parent c7b2ed7f86
commit 1c86948d61

View File

@@ -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",