Lukas
Results
2
issues of
Lukas
def model(X, W, B, lstm_size): outputs, _states = tf.nn.rnn(lstm, X_split, dtype=tf.float32) Where is tf.nn.rnn in tf 1.0 Thanks I made it working for ver 1.0 with this code for model:...
File "/home/lukas/Desktop/Multi_Agent_Deep_Reinforcement_Learning-master/GridWorld_Game_Formulation_Final.py", line 65, in loadModel ValueError: Negative dimension size caused by subtracting 3 from 2 for 'conv2d_2/convolution' (op: 'Conv2D') with input shapes: [?,2,8,32], [3,3,32,32].