tigercontrol.problems.control.LSTM_Control¶
-
class
tigercontrol.problems.control.LSTM_Control[source]¶ Description: Produces outputs from a randomly initialized recurrent neural network.
Methods
__init__()Initialize self. close()Description: closes the problem and returns used memory help()Description: Prints information about this class and its methods. hidden()Description: Return the hidden state of the RNN when computed on the last l inputs. initialize(n, m[, h])Description: Randomly initialize the RNN. step(x)Description: Takes an input and produces the next output of the RNN. Attributes
spec