facebookresearch / phyre-fwd

Code accompanying paper, Forward Prediction for Physical Reasoning
Apache License 2.0
11 stars 2 forks source link

Cannot download models using AWS CLI commands #2

Open maguro27 opened 1 year ago

maguro27 commented 1 year ago

Hi. Thank you for your exellent work!

Although I ran the following command for running an evaluation, I got the forbidden error.

cd agents
mkdir -p outputs/expts/joint/001_joint_DEC_1f_win.txt
aws s3 cp s3://dl.fbaipublicfiles.com/phyre-fwd-agents/joint/001_joint_DEC_1f_win.txt/20/
outputs/expts/joint/001_joint_DEC_1f_win.txt/20/

error message

fatal error: An error occurred (403) when calling the HeadObject operation: Forbidden

Unfortunatelly, I cannot use s3cmd commands because I cannot install some apprecations to the super computer. How can I fix it? Thanks.