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

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

Open
alimogharrebi opened this issue Aug 10, 2021 · 2 comments

Comments

@alimogharrebi
Copy link

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'

@TesfayZ
Copy link

TesfayZ commented Sep 26, 2021

Create the directory as follows

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

@DrPengZhe
Copy link

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.

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

3 participants