You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(base) E:\DPL\pytorch-maddpg-master\pytorch-maddpg-master>python main.py
Traceback (most recent call last):
File "main.py", line 1, in
from madrl_environments.pursuit import MAWaterWorld_mod
ModuleNotFoundError: No module named 'madrl_environments'
You need to probably add the directory to PYTHONPATH. Although I would recommend taking a look at https://www.pettingzoo.ml/sisl if all you want are the environments.
I've downloaded MADRL, but I didn't install it successfully.
Does it need the below command?
conda env create -f environment.yml
ResolvePackageNotFound:
I've installed pygame using "pip intall pygame".
The text was updated successfully, but these errors were encountered: