mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
| .. | ||
| hpo.py | ||
| README.md | ||
| requirements.txt | ||
Using FOB with NePS for HPO
Run all commands from the root of the FOB repository.
Setup
conda create -n fob-neps python=3.10 -y
conda activate fob-neps
pip install -r requirements.txt
pip install -r examples/neps/requirements.txt # this will downgrade some packages
pip install -e .
Example
python examples/neps/hpo.py examples/neps/experiment.yaml