DataPredict

API Reference - Models - REINFORCE

REINFORCE is a neural network with reinforcement learning capabilities. It can predict any positive numbers of discrete values.

Constructors

new()

Create new model object. If any of the arguments are nil, default argument values for that argument will be used.

REINFORCE.new(discountFactor: number): ModelObject

Parameters:

Returns:

Functions

setParameters()

Set model’s parameters. When any of the arguments are nil, previous argument values for that argument will be used.

REINFORCE:setParameters(discountFactor: number)

Parameters:

Inherited From

References