Skip to content

Commit

Permalink
removed specific path
Browse files Browse the repository at this point in the history
  • Loading branch information
rudrasohan committed Dec 1, 2018
1 parent a33f0e1 commit 0ddec01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion baselines/ddpg/ddpg.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def learn(network, env,
eval_env=None,
param_noise_adaption_interval=50,
load_path = None,
save_path = '/home/sohan/check1',
save_path = '<specify/path>',
**network_kwargs):

print("Save PATH;{}".format(save_path))
Expand Down

0 comments on commit 0ddec01

Please sign in to comment.