openai / baselines

OpenAI Baselines: high-quality implementations of reinforcement learning algorithms
MIT License
15.83k stars 4.88k forks source link

I recommend downgrade tensorflow_v2->v1 #1221

Open seohyunjun opened 1 year ago

seohyunjun commented 1 year ago

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