Skip to content

Commit

Permalink
add prs welcome
Browse files Browse the repository at this point in the history
  • Loading branch information
Crissman committed Aug 31, 2020
1 parent 77b21dd commit 1797ac0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ In addition, integration modules are available for the following libraries, prov

* [Optimizing on Kubernetes](./distributed/kubernetes/README.md)

### External libraries using Optuna
### External projects using Optuna

* [RL Baselines Zoo](https://github.com/DLR-RM/rl-baselines3-zoo)
* [Allegro Trains](https://github.com/allegroai/trains)
Expand All @@ -80,6 +80,8 @@ In addition, integration modules are available for the following libraries, prov
* [OptGBM: A scikit-learn compatible LightGBM estimator with Optuna](https://github.com/Y-oHr-N/OptGBM)
* [Catalyst](https://github.com/catalyst-team/catalyst)

PRs to add additional projects welcome!

### Running with Optuna's Docker images?
You can use our docker images with the tag ending with `-dev` to run most of the examples.
For example, you can run [PyTorch Lightning Simple](./pytorch_ignite_simple.py) via `docker run --rm optuna/optuna:py3.7-dev python examples/pytorch_lightning_simple.py`.
Expand Down

0 comments on commit 1797ac0

Please sign in to comment.