pairlab / QueST

Official code for "QueST: Self-Supervised Skill Abstractions for Continuous Control" [NeurIPS 2024]
https://quest-model.github.io/
MIT License
35 stars 2 forks source link

train_error #5

Open LogSSim opened 1 week ago

LogSSim commented 1 week ago

Thanks for your contributions. When I run the train.py(python train.py --config-name=train_autoencoder.yaml ). There is a problem:

''' starting from scratch Error executing job with overrides: ['task=libero_90', 'algo=quest', 'exp_name=final', 'variant_name=block_32_ds_4', 'algo.skill_block_size=32', 'algo.downsample_factor=4', 'seed=0'] Error locating target 'quest.utils.libero_utils.build_dataset', set env var HYDRA_FULL_ERROR=1 to see chained exception. full_key: task.dataset

Set the environment variable HYDRA_FULL_ERROR=1 for a complete stack trace. '''

How could I fix it?

atharvamete commented 1 week ago

Hi, please set HYDRA_FULL_ERROR=1 to see the full-error you can do this by export HYDRA_FULL_ERROR=1 in terminal before running the training command