Multi-Agent-Deep-Deterministic-Policy-Gradients icon indicating copy to clipboard operation
Multi-Agent-Deep-Deterministic-Policy-Gradients copied to clipboard

No such file or directory: 'tmp/maddpg/simple_adversary/agent_0_actor'

Open alimogharrebi opened this issue 4 years ago • 2 comments

After running, I get the following error. Where does the problem come from?

No such file or directory: 'tmp/maddpg/simple_adversary/agent_0_actor'

alimogharrebi avatar Aug 10 '21 15:08 alimogharrebi

Create the directory as follows

mkdir tmp cd tmp mkdir maddpg cd maddpg mkdir simple_adversary cd .. cd ..

TesfayZ avatar Sep 26 '21 05:09 TesfayZ

If you are the Windows, here can use the absolute path, just like 'E:\maddpg'. So you can change the chkpt_dir, make it a certain file location. This is my solution and it succeeds.

DrPengZhe avatar Oct 26 '22 01:10 DrPengZhe