facebookresearch / how-to-autorl

Plug-and-play hydra sweepers for the EA-based multifidelity method DEHB and several population-based training variations, all proven to efficiently tune RL hyperparameters.
Apache License 2.0
66 stars 12 forks source link

Setup.py Errors Out Due to Incomplete Requirement Specifiers #15

Open bebark opened 1 year ago

bebark commented 1 year ago

Running pip install using the current setup.py leads to an error on my machine:

error in autorl-sweepers setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers; Expected end or semicolon (after name and no valid version specifier)

The install works on my machine if I replace '=' with '==' on lines 36, 37, and 41 for hydra_colorlog, hydra-submitit-launcher, and wandb.

Thanks for the awesome repo and paper!

TheEimer commented 1 year ago

Thanks for catching this and sorry it took so long - should be fixed in the pending PR.