MishaLaskin / curl

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

when bash scripts/run.sh #25

Open Lyn-Qiu opened 2 years ago

Lyn-Qiu commented 2 years ago

FileNotFoundError: [Errno 2] No such file or directory: './tmp/cartpole/cartpole-swingup-06-22-im84-b128-s202969-pixel/args.json'

zhang-jiaqi-1207 commented 1 month ago

Because the os.mkdir is similar with the command mkdir in the shell. If you haven't created the tmp directory before, the command mkdir ./tmp/cartpole/ will exit with an error .