Skip to content

Commit

Permalink
dont use this
Browse files Browse the repository at this point in the history
  • Loading branch information
jtoy committed Mar 2, 2024
1 parent 8385def commit dd1bc4b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,7 @@ def __init__(self, config={}):
self.environment = Environment({ "filename": self.environment_file })
if self.scenario_file is not None:
self.parse_scenario_file(self.scenario_file)
self.environment.overlay_collisions_on_image()
#above line reads
#then agent initialization
# Build Environment
#self.environment.overlay_collisions_on_image()
self.background = None
print(config)

Expand Down

0 comments on commit dd1bc4b

Please sign in to comment.