OpenDriveLab / TCP

[NeurIPS 2022] Trajectory-guided Control Prediction for End-to-end Autonomous Driving: A Simple yet Strong Baseline.
Apache License 2.0
309 stars 40 forks source link

Porting TCP to BeamNG.tech #21

Open Stoneymon opened 1 year ago

Stoneymon commented 1 year ago

Dear All,

I am a student working on a project involving testing ADAS/AV and scenario synthesis using BeamNG.tech and would love to run (test) your driving agent in that simulator. I know CARLA is kind of a de facto standard, but IMHO BeamNG.tech is superior when it comes to physic simulation, content, and flexibility. Further, BeamNG.tech is free for research, offers a python API, just like CARLA, and implements a wide range of sensors.

So I wonder how technically difficult it would be to port TCP to BeamNG.tech and whether anyone of you could support me (and my colleagues) in doing so. Hope to hear from you soon,

Thanks!

-- Benedikt Steininger

ilnehc commented 1 year ago

@Stoneymon

Thank you for your attention on our work and for introducing us to the interesting simulator. It seems the simulator indeed models more realistic static environments than CARLA (reasonable as it is a video game), while it lacks other agents in most demos.

Since BeamNG is still under development and we haven't noticed it before, it is hard to estimate the technical difficulties for us as well. we probably would not spare a lot of time on it, but are always happy to answer your questions related to our algorithm when you adapt the agent to BeamNG.