-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
First of all, thank you for publishing this work.
I would like to only retrain the Q table again by manipulating the reward function. So, I download the 100GB dataset and ran the data_phase2 module. However, because the dataset that you have provided doesn't have any *.mdb files, lmdb produces an error here because the read-only flag is true and says the no such file or directory. The path that I set is the root of this 1M record dataset.
# Load dataset
for full_path in glob.glob(f'{data_dir}/**'):
txn = lmdb.open(
full_path,
max_readers=1, readonly=True,
lock=False, readahead=False, meminit=False).begin(write=False)Is there anything that I am doing wrong? Thanks.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels