Skip to content

Commit

Permalink
add dropout rate range in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
karroyan committed Aug 23, 2023
1 parent e264975 commit 27f24f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ding/policy/dqn.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ class DQNPolicy(Policy):
| ``_hidden`` (int) 64, 128] | subsequent conv layers and the | is [8, 4, 3]
| ``_size_list`` | final dense layer. | default stride is
| [4, 2 ,1]
10 | ``model.dropout`` float None | Dropout rate for dropout layers. | If set to ``None``
10 | ``model.dropout`` float None | Dropout rate for dropout layers. | [0,1]
| If set to ``None``
| means no dropout
11 | ``learn.update`` int 3 | How many updates(iterations) to train | This args can be vary
| ``per_collect`` | after collector's one collection. | from envs. Bigger val
Expand Down

0 comments on commit 27f24f1

Please sign in to comment.