mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
31 lines
795 B
ReStructuredText
31 lines
795 B
ReStructuredText
.. include:: /_includes/rllib/announcement.rst
|
|
|
|
.. include:: /_includes/rllib/we_are_hiring.rst
|
|
|
|
.. _rllib-reference-docs:
|
|
|
|
Ray RLlib API
|
|
=============
|
|
|
|
.. tip:: We'd love to hear your feedback on using RLlib - `sign up to our forum and start asking questions <https://discuss.ray.io>`_!
|
|
|
|
This section contains an overview of RLlib's package- and API reference.
|
|
If you think there is anything missing, please open an issue on `Github`_.
|
|
|
|
.. _`GitHub`: https://github.com/ray-project/ray/issues
|
|
|
|
.. TODO: Eventually, move all reference pages into this dir here (doc/source/rllib/package_ref/)
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
env.rst
|
|
trainer.rst
|
|
policy.rst
|
|
models.rst
|
|
evaluation.rst
|
|
offline.rst
|
|
execution.rst
|
|
utils.rst
|
|
|
|
.. include:: /_includes/rllib/announcement_bottom.rst
|