Skip to content

Commit

Permalink
updates to Bootstrap NDQN
Browse files Browse the repository at this point in the history
  • Loading branch information
John Canny committed Dec 21, 2017
1 parent 8d61c55 commit 6d8c62d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/BootstrapNDQN.ssc
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ opts.tensorFormat = Net.TensorNCHW;
opts.lr_schedule = linterp(0f \ 3e-6f on
1f \ 3e-6f, opts.nsteps);

opts.eps_schedule = linterp(0f \ 0.001f on
0.9f \ 0.001f on
opts.eps_schedule = linterp(0f \ 0.01f on
0.9f \ 0.01f on
1f \ 0.0001f, opts.nsteps);
null
}
Expand Down

0 comments on commit 6d8c62d

Please sign in to comment.