mirror of
https://github.com/wassname/ray.git
synced 2026-07-18 12:40:56 +08:00
[rllib] _init renamed to _build_layers in example
This commit is contained in:
@@ -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", [
|
||||
|
||||
Reference in New Issue
Block a user