DeepQLearning is a neural network with reinforcement learning capabilities. It can predict any positive numbers of discrete values.
Create new model object. If any of the arguments are nil, default argument values for that argument will be used.
DeepQLearning.new(discountFactor: number): ModelObject
Set model’s parameters. When any of the arguments are nil, previous argument values for that argument will be used.
DeepQLearning:setParameters(discountFactor: number)