tigercontrol.problems.control.RNN_Control

class tigercontrol.problems.control.RNN_Control[source]

Description: Produces outputs from a randomly initialized recurrent neural network.

__init__()[source]

Initialize self. See help(type(self)) for accurate signature.

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