Skip to content

Commit

Permalink
Adds description of param_noise parameter in deepq.learn method (#675)
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianoLagana authored and pzhokhov committed Oct 24, 2018
1 parent 84ea7aa commit c3bd8ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions baselines/deepq/deepq.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@ def learn(env,
to 1.0. If set to None equals to total_timesteps.
prioritized_replay_eps: float
epsilon to add to the TD errors when updating priorities.
param_noise: bool
whether or not to use parameter space noise (https://arxiv.org/abs/1706.01905)
callback: (locals, globals) -> None
function called at every steps with state of the algorithm.
If callback returns true training stops.
Expand Down

0 comments on commit c3bd8ce

Please sign in to comment.