miniworld.utils.data_refactoring.refactoring_hhr_file¶
- miniworld.utils.data_refactoring.refactoring_hhr_file(original_hhr_file, saving_directory=None)[source]¶
Input : original hhr file path Do : Refactoring hhr file and save it Output : None
Original hhr file has qmap which has information about length and position of each template. I think it is not necessary to save this information in hhr file and hard to understand. So I remove it. and save as list of torch tensor.