Hello, thanks for the great work! Looks super promising. Do you think this line: [ if camera == 'lang':](https://github.com/ALRhub/X_IL/blob/b2fef9e50aedbe1565b14474ab421680c316f04e/trainers/base_trainer.py#L109) should be if `camera == 'lang_emb'` considering that in your libero dataset, you write `lang_emb`? https://github.com/ALRhub/X_IL/blob/b2fef9e50aedbe1565b14474ab421680c316f04e/environments/dataset/libero_dataset.py#L223
Hello, thanks for the great work! Looks super promising.
Do you think this line:
if camera == 'lang':
should be if
camera == 'lang_emb'considering that in your libero dataset, you writelang_emb?X_IL/environments/dataset/libero_dataset.py
Line 223 in b2fef9e