mirror of
https://github.com/gryf/coach.git
synced 2025-12-17 19:20:19 +01:00
Add documentation on distributed Coach. (#158)
* Added documentation on distributed Coach.
This commit is contained in:
committed by
Gal Novik
parent
e3ecf445e2
commit
d06197f663
10
docs_raw/source/components/data_stores/index.rst
Normal file
10
docs_raw/source/components/data_stores/index.rst
Normal file
@@ -0,0 +1,10 @@
|
||||
Data Stores
|
||||
===========
|
||||
|
||||
S3DataStore
|
||||
-----------
|
||||
.. autoclass:: rl_coach.data_stores.s3_data_store.S3DataStore
|
||||
|
||||
NFSDataStore
|
||||
------------
|
||||
.. autoclass:: rl_coach.data_stores.nfs_data_store.NFSDataStore
|
||||
6
docs_raw/source/components/memory_backends/index.rst
Normal file
6
docs_raw/source/components/memory_backends/index.rst
Normal file
@@ -0,0 +1,6 @@
|
||||
Memory Backends
|
||||
===============
|
||||
|
||||
RedisPubSubBackend
|
||||
------------------
|
||||
.. autoclass:: rl_coach.memories.backend.redis.RedisPubSubBackend
|
||||
7
docs_raw/source/components/orchestrators/index.rst
Normal file
7
docs_raw/source/components/orchestrators/index.rst
Normal file
@@ -0,0 +1,7 @@
|
||||
Orchestrators
|
||||
=============
|
||||
|
||||
|
||||
Kubernetes
|
||||
----------
|
||||
.. autoclass:: rl_coach.orchestrators.kubernetes_orchestrator.Kubernetes
|
||||
Reference in New Issue
Block a user