Skip to content

Commit

Permalink
Safety in RL #101 similar problem with projection
Browse files Browse the repository at this point in the history
  • Loading branch information
Webbah committed Jul 26, 2023
1 parent 69e4162 commit 3ab5acf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/scripts/Safeguard.jl
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,12 @@ poly_3D_Hrep = doubledescription(poly_3d.vrep)

volume(poly_3d) # TODO: Why is this 0? Problem -> when abort algorithm?

poly_3d_proj = project(poly, [1,2,3])
volume(poly_3d_proj)

poly_2d_v_u_prj = project(poly, [2,3])
plot(poly_2d_v_u_prj)

feas_bA = poly_3D_Hrep.A


Expand Down

0 comments on commit 3ab5acf

Please sign in to comment.