mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-24 17:04:55 +00:00
Convert FOB submodule to regular folder
This commit is contained in:
parent
94f046ad40
commit
94825011a0
74 changed files with 4563 additions and 0 deletions
16
environments/optimizer/FOB/examples/neps/README.md
Normal file
16
environments/optimizer/FOB/examples/neps/README.md
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# Using FOB with NePS for HPO
|
||||
Run all commands from the root of the FOB repository.
|
||||
|
||||
## Setup
|
||||
```bash
|
||||
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
|
||||
```bash
|
||||
python examples/neps/hpo.py examples/neps/experiment.yaml
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue