Skip to content

Commit

Permalink
confidence factor 1.0 everywhere
Browse files Browse the repository at this point in the history
Former-commit-id: fc4885a
  • Loading branch information
JonasFrey96 committed Apr 29, 2023
1 parent cfa78f7 commit 8231da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wild_visual_navigation/cfg/experiment_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class LossParams:
w_reco: float = 0.5
w_temp: float = 0.0 # 0.75
method: str = "latest_measurment"
confidence_std_factor: float = 4.0
confidence_std_factor: float = 1.0
trav_cross_entropy: bool = False

loss: LossParams = LossParams()
Expand Down

0 comments on commit 8231da7

Please sign in to comment.