SafeMDP
SafeMDP copied to clipboard
Adding noise in observatoin ?
According to the paper, I found that the updating of GP is based on noised observation, see Algorithm 1.
But in your code, I found that the update is based on "self.altitudes[[node, next_node], None]", which actually does not include any noise.
Could you please explain this part ?