MishaLaskin / curl

CURL: Contrastive Unsupervised Representation Learning for Sample-Efficient Reinforcement Learning
MIT License
561 stars 88 forks source link

FileNotFoundError #4

Closed yenchenlin closed 4 years ago

yenchenlin commented 4 years ago

Hello, I followed the README to run bash scripts/run.sh

This is what I got: FileNotFoundError: [Errno 2] No such file or directory: './tmp/cartpole/cartpole-swingup-05-10-im84-b128-s482469-pixel/args.json'

MishaLaskin commented 4 years ago

you have to create the directory tmp/cartpole

On Sun, May 10, 2020 at 6:22 AM Yen-Chen Lin notifications@github.com wrote:

Hello, I followed the README to run bash scripts/run.sh

This is what I got: FileNotFoundError: [Errno 2] No such file or directory: './tmp/cartpole/cartpole-swingup-05-10-im84-b128-s482469-pixel/args.json'

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/MishaLaskin/curl/issues/4, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABHWQWIF4VUIAPM7L37HCGDRQZ56JANCNFSM4M5F2U4A .

yenchenlin commented 4 years ago

solved, thanks!