atropos/environments/community/pytorch_optimizer_coding/FOB/examples/neps
Dakota 61fdc37f61 Replace isort with ruff for import sorting
- Update pre-commit config to use ruff with --select=I for imports only
- Apply ruff import sorting to fix pre-commit issues
- Ruff and black work together without conflicts
2025-06-04 11:28:30 -05:00
..
hpo.py Replace isort with ruff for import sorting 2025-06-04 11:28:30 -05:00
README.md linting, moved env, updated contrib credit 2025-05-26 14:35:16 +10:00
requirements.txt linting, moved env, updated contrib credit 2025-05-26 14:35:16 +10:00

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