Robomate
Robomate
using tf vers 1.2 . I am also getting this error. Anyone found out how to correctly use MultiRNNCell with this example?
I found this solution here [https://danijar.com/introduction-to-recurrent-networks-in-tensorflow/](here): ``` cells = [] for _ in range(num_layers): cell = tf.contrib.rnn.GRUCell(num_units) # Or LSTMCell(num_units) cells.append(cell) cell = tf.contrib.rnn.MultiRNNCell(cells) ```
> Currently it does not support Windows I can run it on Win11 with Cuda or on CPU in a conda environment: GPU Case first check your CUDA version, my...