diff --git a/doc/source/rllib-examples.rst b/doc/source/rllib-examples.rst index 995e9d893..c4a4762e1 100644 --- a/doc/source/rllib-examples.rst +++ b/doc/source/rllib-examples.rst @@ -88,6 +88,8 @@ Community Examples Example of setting up a multi-agent version of `GFootball `__ with RLlib. - `NeuroCuts `__: Example of building packet classification trees using RLlib / multi-agent in a bandit-like setting. +- `NeuroVectorizer `__: + Example of learning optimal LLVM vectorization compiler pragmas for loops in C and C++ codes using RLlib. - `Roboschool / SageMaker `__: Example of training robotic control policies in SageMaker with RLlib. - `StarCraft2 `__: