Skip to content

Commit

Permalink
fix joblib dependency after the last rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
YueErro committed Mar 30, 2019
1 parent 1de05de commit a3d2ca3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions baselines/common/tf_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@ def save_variables(save_path, variables=None, sess=None):
joblib.dump(save_dict, save_path)

def save_trpo_variables(save_path, variables=None, sess=None):
import joblib
sess = sess or get_session()
variables = variables or tf.get_collection(tf.GraphKeys.GLOBAL_VARIABLES)

Expand Down

0 comments on commit a3d2ca3

Please sign in to comment.