Bug fix in saving a2c model.
This commit is contained in:
@@ -69,7 +69,7 @@ class Model(object):
|
||||
|
||||
def save(save_path):
|
||||
ps = sess.run(params)
|
||||
make_path(save_path)
|
||||
make_path(osp.dirname(save_path))
|
||||
joblib.dump(ps, save_path)
|
||||
|
||||
def load(load_path):
|
||||
|
Reference in New Issue
Block a user