RchalYang / Soft-Module

Code for "Multi-task Reinforcement Learning with Soft Modularization"
https://rchalyang.github.io/SoftModule
108 stars 19 forks source link

Bus error #1

Closed americast closed 1 year ago

americast commented 2 years ago

Hi, I was trying to run your code. Upon issuing

python starter/mt_para_mtsac_modular_gated_cas.py --config meta_config/mt10/modular_2_2_2_256_reweight_rand.json --id MT10_Conditioned_Modular_Shallow --seed 1 --worker_nums 10 --eval_worker_nums 10

I am getting Bus error (core dumped).
I am also attaching a screenshot of the error here. image

Thank you!

RchalYang commented 2 years ago

Hi, I'm wondering is it possible for you to provide a little bit more information? Like the memory consumption? My current implementation might take some memory.