Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to install MADRL? #31

Open
silkyrose opened this issue Aug 12, 2020 · 2 comments
Open

How to install MADRL? #31

silkyrose opened this issue Aug 12, 2020 · 2 comments

Comments

@silkyrose
Copy link

I've downloaded MADRL, but I didn't install it successfully.
Does it need the below command?
conda env create -f environment.yml

ResolvePackageNotFound:

  • pygame
  • tensorflow=0.10.0rc0

I've installed pygame using "pip intall pygame".

@silkyrose
Copy link
Author

(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'

@rejuvyesh
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants