Open jarlva opened 5 years ago
Hi,
I don't have much experience with AdaNet, although looking at the tf.keras
documentation it seems that converting the models alone should be fairly easy. I'm quite busy right now but if you want to give it a try for DDQN for instance go ahead! Would love to create a separate branch or such for this idea
I already tried a simple test: inserting tensorflow in front the imports (from keras.XX
to from tensorflow.keras.XX
) but wishful thinking. I got esoteric API errors which I'm not familiar with, which indicate that the tensorflow.keras is not 1-to-1 with keras. I can give it a try and let you examine it when you have some time?