mirror of
https://github.com/facebookresearch/ReAgent.git
synced 2026-05-17 12:40:39 +00:00
539d22cd83
Summary: Update several things so that sphinx compiled successfully: conf.py (add onnx in autodoc_mock_imports and add Horizon root to sys.path) ml/rl/caffe_utils.py (update __getattr__ such that sphnix wouldn't throw exception) ml/rl/tensorboardX.py (update __getattr__ such that sphnix wouldn't throw exception) Pull Request resolved: https://github.com/facebookresearch/Horizon/pull/146 Test Plan: Wait for all integration tests and unit tests pass Reviewed By: kittipatv Differential Revision: D16243745 Pulled By: czxttkl fbshipit-source-id: e3b8af37ec520bde44a4a59379341bceaa981070
18 lines
178 B
ReStructuredText
18 lines
178 B
ReStructuredText
ml package
|
|
==========
|
|
|
|
Subpackages
|
|
-----------
|
|
|
|
.. toctree::
|
|
|
|
ml.rl
|
|
|
|
Module contents
|
|
---------------
|
|
|
|
.. automodule:: ml
|
|
:members:
|
|
:undoc-members:
|
|
:show-inheritance:
|