AutoVerse-ai / Verse-library

Library for modeling, simulation, and verification of interacting autonomous agents
https://autoverse-ai.github.io/Verse-library/
University of Illinois/NCSA Open Source License
29 stars 18 forks source link

Keyi opt #6

Closed keyis2 closed 2 years ago

lyg1597 commented 2 years ago

I will approve this. However, I notice two problems

  1. When running example demo/vehicle/demo3.py I am encountering error Traceback (most recent call last): File "demo/vehicle/demo3.py", line 71, in fig = simulation_anime(traces, tmp_map, fig, 1, File "/home/younger/work/GraphGeneration/verse/plotter/plotter2D.py", line 547, in simulation_anime tmp_point_list = timed_point_dict[time_list[time_point_id-id]][agent_id] KeyError: 'car2' I think this is because the floating point error in the time steps.
  2. While running example demo/vehicle/demo9.py with reachtube anime, I notice the black rectangles in the anime some times disappear.