Method__init__(self, D, K, hidden_layer_sizes, gamma, max_experiences=10000, min_experiences=100, batch_sz=32)
rl2/cartpole/dqn_tf.py:39
Method__init__(self, D, K, hidden_layer_sizes, gamma, max_experiences=10000, min_experiences=100, batch_sz=32)
rl2/cartpole/dqn_theano.py:61
Methodfitt(self, X, num_neg_samples=10, learning_rate=1e-4, mu=0.99, reg=0.1, epochs=10)
nlp_class2/word2vec.py:167