Open alik-git opened 1 year ago
@alik-git
Hello, it seems that I have a similar problem with you, may I ask if you have solved it? Is it the hydra version problem or some other configuration problem? I hope you can give me some advice, thank you very much
Nope, no luck, I think I just gave up and moved on to other projects. Sorry :(
During the setup instructions, when creating the conda environment, the two dependencies for dm_control and hydra fail.
You can just manually install dm_control and that seems to work, but installing hydra manually seems to cause some errors downstream.
Error message during the setup:
Error message after manually installing hydra 0.11 (the version that this repo uses I believe)
So first if I comment out the hydra line during the installation and run the code I obviously get a "hydra not found error"
Then I install hydra 0.11
But then when I try to run one of the demo scripts, I get an error in hydra about not being able to import "Config"
Maybe we can use a different hydra version? That also seems to get other errors, I will update this issue.
Edit: So if I manually use hydra version 1.0, I get this error.