baselines icon indicating copy to clipboard operation
baselines copied to clipboard

I recommend downgrade tensorflow_v2->v1

Open seohyunjun opened this issue 2 years ago • 0 comments

first ) migrate v1->v2 https://www.tensorflow.org/guide/upgrade? tf_upgrade_v2 --intree baselines --outtree baselines-upgraded --copyotherfiles False

use : baselines-upgraded

second) baselines-upgraded > baselines > common > running_mean_std.py add : tf.compat.v1.disable_eager_execution()

package version ) numpy 1.23.0 gym 0.15.7

seohyunjun avatar Apr 24 '23 07:04 seohyunjun