Skip to content

Commit

Permalink
[rllib] Improve conv_filters documentation (ray-project#2540)
Browse files Browse the repository at this point in the history
* Improve conv_filters documentation

* Update catalog.py

* Update catalog.py
  • Loading branch information
pschafhalter authored and ericl committed Aug 2, 2018
1 parent f7ec292 commit 7a5f252
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/ray/rllib/models/catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@

MODEL_CONFIGS = [
# === Built-in options ===
"conv_filters", # Filter configuration
# Filter config. List of [out_channels, kernel, stride] for each filter
"conv_filters",
"conv_activation", # Nonlinearity for built-in convnet
"fcnet_activation", # Nonlinearity for fully connected net (tanh, relu)
"fcnet_hiddens", # Number of hidden layers for fully connected net
Expand Down

0 comments on commit 7a5f252

Please sign in to comment.