GBRL Module =========== The GBRL module includes the base class from which specific implementations of various Actor-Critic algorithms inherit. The GBRL module can also be used as a standalone class for supervised or online learning tasks. ------------------------------- .. toctree:: :maxdepth: 2 .. automodule:: gbrl.gbt :members: :undoc-members: :show-inheritance: