This commit is contained in:
Michel Breyer
2021-11-10 12:15:33 +01:00
parent 5f9c52bc19
commit 0ac5ca20aa
2 changed files with 10 additions and 3 deletions

View File

@@ -6,7 +6,8 @@ def main():
scene_id = "random"
vgn_path = "../vgn/assets/models/vgn_conv.pth"
sim = Simulation(gui, scene_id, vgn_path)
bbox = sim.reset()
while True:
sim.reset()
if __name__ == "__main__":