Giter Site home page Giter Site logo

Comments (8)

song-hl avatar song-hl commented on August 9, 2024

when I run train_dqn_agent.py,
raise error
segmentation fault (core dumped) python train_dqn_agent.py

from carla-gymdrive.

angelomorgado avatar angelomorgado commented on August 9, 2024

Hey there! What was happening is that I was still developing that particular script but it still had some errors. It should be working now. Just do a "git pull" or clone the repo again.

from carla-gymdrive.

song-hl avatar song-hl commented on August 9, 2024

Hey there! What was happening is that I was still developing that particular script but it still had some errors. It should be working now. Just do a "git pull" or clone the repo again.

I still got the error when run train_dqn_agent.py
image

from carla-gymdrive.

angelomorgado avatar angelomorgado commented on August 9, 2024

That's odd. What are the specs of your machine and and which OS are you using? Does the server also crash? And if it does which error message does it display?

Also check if your CUDA is working:
"
python
import torch
torch.cuda.is_available()
"
Tell me if that is true or false

I'm curious because I have tried that script on 3 different machines with 3 different OS and it works. So I'm guessing the problem lies somewhere else

from carla-gymdrive.

song-hl avatar song-hl commented on August 9, 2024

That's odd. What are the specs of your machine and and which OS are you using? Does the server also crash? And if it does which error message does it display?

Also check if your CUDA is working: " python import torch torch.cuda.is_available() " Tell me if that is true or false

I'm curious because I have tried that script on 3 different machines with 3 different OS and it works. So I'm guessing the problem lies somewhere else

Thanks for your advice. I tried on another machines with same env,then it works!
By the way, There still some bugs when I run train_agent_stablebaselines3.py.

  • Fisrt is the output of forward function of CustomExtractor_PPO. [return combined_features]
  • Another is self.process_observations have bugs when deal with batch data.
    I am trying sovle these problems, if you want, i'd like to pr my newest code that works well with sb3 ppo

from carla-gymdrive.

angelomorgado avatar angelomorgado commented on August 9, 2024

About the ppo stable baselines agent, it's not complete, that's what I'm doing at the moment. Since I changed the agent's architecture for a combination of MLPs, it's way harder to make this architecture compatible with the stable baselines, because I haven't figured out the processing that is does to the data. But rest assured, once I sort it out, i'll let you know

from carla-gymdrive.

song-hl avatar song-hl commented on August 9, 2024

About the ppo stable baselines agent, it's not complete, that's what I'm doing at the moment. Since I changed the agent's architecture for a combination of MLPs, it's way harder to make this architecture compatible with the stable baselines, because I haven't figured out the processing that is does to the data. But rest assured, once I sort it out, i'll let you know

https://github.com/song-hl/CARLA-GymDrive/tree/dev
I update some moudle in CustomExtractor_PPO. It works well with sb3 ppo. I hope it helps

from carla-gymdrive.

angelomorgado avatar angelomorgado commented on August 9, 2024

About the ppo stable baselines agent, it's not complete, that's what I'm doing at the moment. Since I changed the agent's architecture for a combination of MLPs, it's way harder to make this architecture compatible with the stable baselines, because I haven't figured out the processing that is does to the data. But rest assured, once I sort it out, i'll let you know

https://github.com/song-hl/CARLA-GymDrive/tree/dev I update some moudle in CustomExtractor_PPO. It works well with sb3 ppo. I hope it helps

Hey there! For the past few weeks I was working on another part of this project, and only in the past couple of days I worked on this particular script. Thank you so much for the help, I already pushed the new CustomExtractor with your fixed but I changed the overall architecture for a more robust one (i.e., changed the feature extractor for a better one and removed the situation variable which was only making the data more confusing for the agent. Check it out if you're interested. I added a thank you message in the Acknowledgements section of the README file crediting you for the help.

from carla-gymdrive.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.