Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[rllib] Split docs into user and development guide #1377

Merged
merged 12 commits into from
Jan 1, 2018
Prev Previous commit
Next Next commit
Sun Dec 31 23:33:30 PST 2017
  • Loading branch information
ericl committed Jan 1, 2018
commit 6d54a163cf5d5cdcb55de4d211a09311ddde5655
3 changes: 1 addition & 2 deletions doc/source/rllib-dev.rst
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,7 @@ Currently we support the following action distributions:
The Model Catalog
~~~~~~~~~~~~~~~~~

The Model Catalog is a mechanism for picking good default values for
various gym environments. Here is an example usage:
The Model Catalog is the mechanism for algorithms to get preprocessors, models, and action distributions for various gym environments. It enables sharing of these components across different algorithms. Here is an example usage:
::

dist_class, dist_dim = ModelCatalog.get_action_dist(env.action_space)
Expand Down