Skip to content

Commit

Permalink
update interval analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbdias committed Nov 22, 2024
1 parent 26a449b commit 04c35ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyRDDLGym/core/intervals.py
Original file line number Diff line number Diff line change
Expand Up @@ -914,6 +914,7 @@ def _bound_random(self, expr, intervals):
return self._bound_student(expr, intervals)
elif name == 'Gumbel':
return self._bound_gumbel(expr, intervals)
# not implemented
# elif name == 'Laplace':
# return self._bound_laplace(expr, intervals)
elif name == 'Cauchy':
Expand Down

0 comments on commit 04c35ef

Please sign in to comment.