打开parl里的ddqn.py 把batch_size = layers.cast(layers.shape(greedy_action)[0], dtype='int') 这里 改成 dtype='int64' 即可