vlc-robot / hiveformer-corl

PyTorch implementation of the Hiveformer research paper
MIT License
47 stars 3 forks source link

Question about dependency #3

Closed kevin-xuan closed 1 year ago

kevin-xuan commented 1 year ago

Hi, I encounter the error when installing poetry by poetry install:

捕获2 捕获

could you have a idea to solve this problem?

kevin-xuan commented 1 year ago

Moreover, when i prepare the dataset using:

python data_gen.py \
   --data_dir=$data_dir/$seed \
   --output=$output_dir \
   --max_variations=1 \
   --num_episodes=100 \
   --tasks=$task \

I encounter another error, which seems to be related to import tap (my tap==0.2):

捕获

I really appreciate any help you can provide when you're free. Thank you.

kevin-xuan commented 1 year ago

I solve the issue by the link, which means that you need to run the following scripts in the terminal:

keyring --disable

poetry install