garage.tf.models.sequential module

Sequential Model.

A model composed of one or more models which are connected sequential, according to the insertion order.

class Sequential(*models, name=None)[source]

Bases: garage.tf.models.model.Model

Sequential Model.

Parameters:
input

input of the model by default.

Type:tf.Tensor
inputs

inputs of the model by default.

Type:tf.Tensor
output

output of the model by default.

Type:tf.Tensor
outputs

outputs of the model by default.

Type:tf.Tensor