HumanCompatibleAI / adversarial-policies

Find best-response to a fixed policy in multi-agent RL
MIT License
275 stars 47 forks source link

docker install failure #44

Closed Yue-You closed 4 years ago

Yue-You commented 4 years ago

Hello,

We're trying to reproduce the paper and when running the command $ docker build ., this error message showed up:

COPY failed: stat /var/lib/docker/tmp/docker-builder836225598/adversarial-policies/ci/build_venv.sh: no such file or directory

We tried it on different operating systems (Mac OS and Linux) and we all have this same error. Could you help us with this issue?

AdamGleave commented 4 years ago

Thanks for the bug report, looks like a typo introduced in https://github.com/HumanCompatibleAI/adversarial-policies/pull/43, should be fixed by https://github.com/HumanCompatibleAI/adversarial-policies/commit/5771c0ba6d079c0dc16914f2abdb5ba37522dd4f. Closing for now, please re-open if the issue persists.

Yue-You commented 4 years ago

Thank you Adam, it works now!