-
Notifications
You must be signed in to change notification settings - Fork 6k
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] Improve accessing model state docs #5656
Conversation
Test FAILed. |
Test PASSed. |
self.shape = self._init_shape(obs_space, options) | ||
if not options: | ||
from ray.rllib.models.catalog import MODEL_DEFAULTS | ||
self._options = MODEL_DEFAULTS.copy() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this be updated by options
so that you provide defaults?
>>> policy.model.base_model.summary() | ||
Model: "model" | ||
_____________________________________________________________________ | ||
Layer (type) Output Shape Param # Connected to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This shows up weird
No description provided.