mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
[rllib] _init renamed to _build_layers in example
This commit is contained in:
parent
5188b1d080
commit
8ea926c266
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ class CarlaModel(Model):
|
|||
further fully connected layers.
|
||||
"""
|
||||
|
||||
def _init(self, inputs, num_outputs, options):
|
||||
def _build_layers(self, inputs, num_outputs, options):
|
||||
# Parse options
|
||||
image_shape = options["custom_options"]["image_shape"]
|
||||
convs = options.get("conv_filters", [
|
||||
|
|
Loading…
Add table
Reference in a new issue