From 181cb616cc08ca4eb57c2bd8dd8afe6b047354f1 Mon Sep 17 00:00:00 2001 From: Artur Niederfahrenhorst Date: Sun, 26 Mar 2023 18:26:02 +0200 Subject: [PATCH] [RLlib] fix preprocessor test (#33719) Signed-off-by: Artur Niederfahrenhorst Signed-off-by: Jonathan Carter --- rllib/models/tests/test_preprocessors.py | 1 - 1 file changed, 1 deletion(-) diff --git a/rllib/models/tests/test_preprocessors.py b/rllib/models/tests/test_preprocessors.py index 5735c9f4de4330..5bf4f86400d97b 100644 --- a/rllib/models/tests/test_preprocessors.py +++ b/rllib/models/tests/test_preprocessors.py @@ -283,7 +283,6 @@ def test_multidimensional_multidiscrete_one_hot_preprocessor(self): if __name__ == "__main__": # Call this on startup to prevet TF from complaining further down the line about # not calling in on startup. - tf.enable_eager_execution() import pytest import sys