Browse Source

debugging prism file passing

refactoring
sp 4 months ago
parent
commit
8cbb9c4073
  1. 2
      examples/shields/rl/utils.py

2
examples/shields/rl/utils.py

@ -86,6 +86,8 @@ class MiniGridShieldHandler(ShieldHandler):
def __create_prism(self):
if self.prism_file is not None:
print(self.prism_file)
print(self.prism_path)
shutil.copyfile(self.prism_file, self.prism_path)
return
if self.prism_config is None:

Loading…
Cancel
Save