SafeMDP
SafeMDP copied to clipboard
Safe exploration in Markov Decision Processes
Couldn't find the `.npz` files in [examples/mars/generate_plots.py](https://github.com/befelix/SafeMDP/blob/master/examples/mars/generate_plots.py) Do they exist somewhere? Appreciate it if you could let me know!
Hi, sorry to bother you I am very confused about the function `update_sets`, especially the expression `self.S |= self.l >= self.h`. Theoretically, the `self.graph` needs to be updated after this...
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...