docs: typo in comment
This commit is contained in:
parent
0d8213c500
commit
974ca8629d
@ -88,7 +88,7 @@ class DeepdogConfig:
|
|||||||
costs_to_try: typing.Sequence[float] = field(default_factory=lambda: [10, 1, 0.1])
|
costs_to_try: typing.Sequence[float] = field(default_factory=lambda: [10, 1, 0.1])
|
||||||
target_success: int = 1000
|
target_success: int = 1000
|
||||||
max_monte_carlo_cycles_steps: int = 20
|
max_monte_carlo_cycles_steps: int = 20
|
||||||
# Whetehr to use a log log cost function
|
# Whether to use a log log cost function
|
||||||
use_log_noise: bool = False
|
use_log_noise: bool = False
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user