Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A crash occered while training with PPO #8578

Open
csuce2202 opened this issue Jan 16, 2025 · 0 comments
Open

A crash occered while training with PPO #8578

csuce2202 opened this issue Jan 16, 2025 · 0 comments

Comments

@csuce2202
Copy link

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)

1
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:

  1. Build the CARLA environment on Windows 11.
  2. Use the PPO algorithm from stable_baselines3 to train a model.
  3. 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant