.. GBRL documentation master file, created by
sphinx-quickstart on Mon Jun 3 06:40:46 2024.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to GBRL's documentation!
================================
GBRL is a Python-based Gradient Boosting Trees (GBT) library, similar to popular packages such as `XGBoost `__ , `CatBoost `__ , but specifically designed and optimized for reinforcement learning (RL). GBRL is implemented in C++/CUDA aimed to seamlessly integrate within popular RL libraries.
.. toctree::
:maxdepth: 2
:caption: User Guide:
quickstart
examples
.. toctree::
:maxdepth: 2
:caption: Documentation:
gbt
actor_critic/index
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`