We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf72cc0 commit f6ee768Copy full SHA for f6ee768
1 file changed
ding/policy/common_utils.py
@@ -12,8 +12,8 @@ def set_noise_mode(module: nn.Module, noise_enabled: bool):
12
"""
13
Overview:
14
Recursively set the 'enable_noise' attribute for all NoiseLinearLayer modules within the given module.
15
- This function is typically used in algorithms such as NoisyNet and Rainbow.
16
- During training, 'enable_noise' should be set to True to enable noise for exploration.
+ This function is typically used in algorithms such as NoisyNet and Rainbow.
+ During training, 'enable_noise' should be set to True to enable noise for exploration.
17
During inference or evaluation, it should be set to False to disable noise for deterministic behavior.
18
19
Arguments:
0 commit comments