Future-Power-Networks / MAPDN

This repository is for an open-source environment for multi-agent active voltage control on power distribution networks (MAPDN).
MIT License
203 stars 55 forks source link

FileNotFoundError #28

Closed HafizRiaz closed 1 year ago

HafizRiaz commented 1 year ago

Dear Author, thanks for providing a base for active voltage control. When i attempt to run "train.py" it gives the following error File "train.py", line 76, in if "model_save" not in os.listdir(save_path): FileNotFoundError: [WinError 3] The system cannot find the path specified: 'trial/'

Plz help me to resolve this issue

hsvgbkhgbv commented 1 year ago

Hi,

The save_path you assigned to the arguement needs to be an existing path. Thus, you need to create the folder manually.

HafizRiaz commented 1 year ago

Completed