You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assertion failed!
Program:...4\Plugins\CarlalBinaries\Win64\UE4Editor-Carla.dllFile: D:\carlalLibCarlalcmakel..sourcelc.../Multist...state.hLine: 100
Expression:session == session.loadO
For information on how your program can cause an assertionfailure, see the Visual C++ documentation on asserts
(Press Retry to debug the application -JlT must be enabled)
CARLA version: 0.9.15-247-gbed15c4b9
Platform/OS: Windows 11 (23H2)
Problem you have experienced: While using PPO to train a model, a crash occurred after 10 or so steps.
What you expected to happen: I expected the training process to continue without crashing.
Steps to reproduce:
Build the CARLA environment on Windows 11.
Use the PPO algorithm from stable_baselines3 to train a model.
Run the training script and observe the crash after approximately 10 steps.
Other information (documentation you consulted, workarounds you tried):
The error shown is from the Microsoft Visual C++ Runtime Library, indicating a problem with the session load.
I have checked the CARLA documentation and forums but haven't found a solution to this specific issue.
The text was updated successfully, but these errors were encountered:
It seems like an error with Visual C++,
Assertion failed!
Program:...4\Plugins\CarlalBinaries\Win64\UE4Editor-Carla.dllFile: D:\carlalLibCarlalcmakel..sourcelc.../Multist...state.hLine: 100
Expression:session == session.loadO
For information on how your program can cause an assertionfailure, see the Visual C++ documentation on asserts
(Press Retry to debug the application -JlT must be enabled)
CARLA version: 0.9.15-247-gbed15c4b9
Platform/OS: Windows 11 (23H2)
Problem you have experienced: While using PPO to train a model, a crash occurred after 10 or so steps.
What you expected to happen: I expected the training process to continue without crashing.
Steps to reproduce:
Other information (documentation you consulted, workarounds you tried):
The text was updated successfully, but these errors were encountered: