google-deepmind / google-deepmind/streetlearn
dataset LOCK IO error when modifying num_actors
Open
- Dominant language
- C++
- Stars
- 324
- Forks
- 63
- PR merge metrics
- No merged PRs in 30d
Description
After I modify the number of num_actors to 4, I run bazel run streetlearn/python/experiment -- --dataset_paths=/home/lab/Downloads/streetlearn_dataset and get the following error:
[streetlearn/engine/dataset.cc:35] Unable initialize dataset: IO error: lock /home/lab/Downloads/streetlearn_dataset/manhattan_lowres/LOCK: Resource temporarily unavailable
And, when the number of num_actors is modified to 1, it works well.
Contributor guide
Assessment
This issue has not been assessed yet.