From fd6ab88f3b1bf87dbda53530336f09dce8f9a4f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tong=20Guo=20=28=E9=83=AD=E5=90=8C=29?= <779222056@qq.com> Date: Mon, 11 Oct 2021 11:59:35 +0800 Subject: [PATCH] Update her.py --- baselines/her/her.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/baselines/her/her.py b/baselines/her/her.py index 1821fc5d76..a150fc795e 100644 --- a/baselines/her/her.py +++ b/baselines/her/her.py @@ -6,7 +6,8 @@ from mpi4py import MPI from baselines import logger -from baselines.common import set_global_seeds, tf_util +from baselines.common.misc_util import set_global_seeds +from baselines.common import tf_util from baselines.common.mpi_moments import mpi_moments import baselines.her.experiment.config as config from baselines.her.rollout import RolloutWorker