ML-for-B-E / nevergrad

A Python toolbox for performing gradient-free optimization
https://facebookresearch.github.io/nevergrad/
MIT License
2 stars 0 forks source link

Document how to execute the rice irrigation simulation #1

Closed akouete-kpakpo closed 2 years ago

akouete-kpakpo commented 2 years ago

Command to run

python -m nevergrad.benchmark rice_irrigation --num_workers=16 --plot

Context

Does not work after pip install -e .

Reason

Missing requirements

Solution proposed

pip install -r requirements/bench.txt
pip install -e .

seems to work as by default only requirements/main.txt is installed with pip install -e .

However there are some issues:

References

https://docs.google.com/document/d/1l9t6flljEuyD7dqntxnCW62y3Te8Z4xdWsw3PM1_6R8/edit?usp=sharing

akouete-kpakpo commented 2 years ago

https://github.com/akouete-kpakpo/nevergrad/wiki/Installation