@sven1977 Hi Sven,
I think [RLlib] Problem with TFModelV2 loading after having saved one with `TFPolicy.export_model()` - #2 by morsias is a similar issue.
Looks like you need to have a reproducible script, please check it out mine.
here’s my test code.
with Ray 1.0.0,
executed my test code and try to load the model.
tf.saved_model.load(‘model_1_0_0’) works well.
with Ray 1.0.1.post1
executed my test code and try to load the model.
tf.saved_model.load(‘model_1_0_1_post1’) doesn’t work.