Deep-RL-Keras icon indicating copy to clipboard operation
Deep-RL-Keras copied to clipboard

Adanet?

Open jarlva opened this issue 6 years ago • 2 comments

Hi All, It seems that more and more, Tensorflow-derived projects could benefit from each other. For example, using the tensorflow/AdaNet AutoML to find the best TF model, In addition, ability to speed up training on colab TPU's by using the built in function to convert tf.keras models to TPU optimized ones. Would it be possible to convert the project to tf.keas to use with AdaNet to rip the above benefits?

jarlva avatar Jan 31 '19 09:01 jarlva

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

germain-hug avatar Feb 01 '19 09:02 germain-hug

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?

jarlva avatar Feb 01 '19 11:02 jarlva