typewriter icon indicating copy to clipboard operation
typewriter copied to clipboard

Using custom tf.keras model

Open patrickhegemann opened this issue 3 years ago • 0 comments

Is it possible to use a custom tf.keras model I made as the network or middleware in e.g. the Rainbow agent? My network takes images as input and has as many output neurons as there are actions. I haven't found how to use a custom network in the documentation or tutorial.

patrickhegemann avatar Sep 08 '20 07:09 patrickhegemann