Skip to content
This repository was archived by the owner on May 6, 2021. It is now read-only.

Commit e4d2df9

Browse files
authored
Typo fix. (#157)
* Typo fix.
1 parent 3663eee commit e4d2df9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/algorithms/dqns/dqn.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ See paper: [Human-level control through deep reinforcement learning](https://www
3939
- `stack_size::Union{Int, Nothing}=4`: use the recent `stack_size` frames to form a stacked state.
4040
- `traces = SARTS`: set to `SLARTSL` if you are to apply to an environment of `FULL_ACTION_SET`.
4141
- `rng = Random.GLOBAL_RNG`
42-
- `double = Bool`: Enable double dqn, enabled by default.
42+
- `is_enable_double_DQN = Bool`: enable double dqn, enabled by default.
4343
"""
4444
function DQNLearner(;
4545
approximator::Tq,

0 commit comments

Comments
 (0)