David Sierra-Gonzalez
Results
3
comments of
David Sierra-Gonzalez
This happens when converting the array to int because there are nans in the array. Just running a single log simulation in closed loop outputs thousands of this RuntimeWarning. He...
Hello, ``` python run_simulation.py +simulation=closed_loop_reactive_agents enable_simulation_progress_bar=True ```
Downgrading numpy from 1.24.2 to 1.23.4 solved it for me. Thank you!