SforAiDl/genrl

View on GitHub
docs/source/index.rst

Summary

Maintainability
Test Coverage
.. GenRL documentation master file, created by
   sphinx-quickstart on Mon Jun 29 23:38:56 2020.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

Welcome to GenRL's documentation!
=================================

Features 
========
* Unified Trainer and Logging class: code reusability and high-level UI
* Ready-made algorithm implementations: ready-made implementations of popular RL algorithms.
* Extensive Benchmarking
* Environment implementations
* Heavy Encapsulation useful for new algorithms

Contents
========

.. toctree::
   :maxdepth: 2
   :caption: Reinforcement Learning


.. toctree::
   :maxdepth: 2
   :caption: User Guide
   
   usage/install
   usage/about/about
   usage/tutorials/index

.. toctree::
   :maxdepth: 2
   :caption: API

   api/agents/index
   api/environments/index
   api/core/index
   api/utils/index
   api/trainers/index
   api/common/index