johnrso / spawnnet

SpawnNet: Learning Generalizable Visuomotor Skills from Pre-trained Networks
https://xingyu-lin.github.io/spawnnet
MIT License
35 stars 4 forks source link

pip downstream dependency version mismatch #3

Open nnaka opened 9 months ago

nnaka commented 9 months ago

When trying to install SpawnNet in order to train the model, we see a mismatch between the version of hydra-core and omegaconf required by SpawnNet dependencies RLAfford and r3m which require hydra-core==0.11.3 and 'hydra-core>=1.1.1' as well as omegaconf 1.4.1 and omegaconf>=2.1.1 respectively.