Closed mbharatheesha closed 5 years ago
So DWA has the path_distance_bias parameter that is used to control how much the path distance is weighted.
DWB uses a more generic scale
parameter for each critic. If you're loading a DWA configuration with DWB the parameter is moved to maintain the functionality
So unless I misunderstand you, it is intentional. The parameter is used but not under the same name.
Thanks for your response. I verified the parameter usage with the scale
name and it works as intended.
The
path_distance_bias
parameter is not used in thePathDist
critic function, although it is moved to a new parameter within the PathDist critic namespace. Is this intentional?