Skip to content

Commit

Permalink
removing quickstart
Browse files Browse the repository at this point in the history
  • Loading branch information
benja263 committed Jun 4, 2024
1 parent ecf6619 commit 4c2b5a5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
3 changes: 0 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ def __getattr__(cls, name):
return MagicMock()

sys.modules['gbrl.gbrl_cpp'] = Mock()
# List of modules to mock
# MOCK_MODULES = ['numpy', 'torch', 'gymnasium', 'sklearn']
# sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)
project = 'GBRL'
copyright = '2024, NVIDIA Corporation'
author = 'Benjamin Fuhrer, Chen Tessler, Gal Dalal'
Expand Down
10 changes: 0 additions & 10 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,6 @@ Welcome to GBRL's documentation!
================================
Gradient Boosting Reinforcement Learning (GBRL) is a Python-based GBT library designed and optimized for reinforcement learning (RL). GBRL is implemented in C++/CUDA aimed to seamlessly integrate within popular RL libraries.


Quickstart
==========

Install GBRL via pip:

.. code-block:: console
$ pip install gbrl
.. toctree::
:maxdepth: 2
:caption: User Guide:
Expand Down

0 comments on commit 4c2b5a5

Please sign in to comment.