iglu-contest / iglu

gym environment for NeurIPS 21' IGLU competition (Should NOT be used for IGLU 2022!)
https://www.iglu-contest.net/
5 stars 8 forks source link

don't add 'train' to the file prefixes #12

Closed naszka closed 2 years ago

naszka commented 2 years ago

The same prefix was not added in DataPipeline.load_data in minerl so the pipeline is looking for files without 'train'

It is easier for now to just specify the path with "train" when laoding.

data = iglu.data.make(data_dir='~/iglu_data/train')

artemZholus commented 2 years ago

this can break the consistency between the downloader and dataloader. I fixed that in #13.