Skip to content

Commit

Permalink
forgotten error
Browse files Browse the repository at this point in the history
  • Loading branch information
silvicek committed Nov 8, 2017
1 parent b6eea18 commit 1842699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distdeepq/build_graph.py
Expand Up @@ -276,7 +276,7 @@ def build_train(make_obs_ph, p_dist_func, num_actions, optimizer, grad_norm_clip
done_mask_ph,
importance_weights_ph
],
outputs=errors,
outputs=mean_error,
updates=[optimize_expr]
)
update_target = U.function([], [], updates=[update_target_expr])
Expand Down

0 comments on commit 1842699

Please sign in to comment.