Define_Graph_Gradient_Update: Graph to update Network weights

Description Usage Arguments Details

View source: R/AsynchronousAdvantageActorCritic.R

Description

Defines a tensorflow graph to update Network parameters based on the gradients w.r.t to the loss function.

Usage

1
Define_Graph_Gradient_Update(model, model.par)

Arguments

model

A Neural Network e.g. as given by Setup.Neural.Network.A3c or Setup.Neural.Network.A3c.LSTM.

model.par

A list with parameters to set up the Network e.g. as given by Get.Def.Par.Neural.Network.A3C or Get.Def.Par.Neural.Network.A3C.LSTM.

Details

Returns a list of tensors and placeholders


MartinKies/USLR documentation built on Nov. 10, 2019, 5:24 a.m.