Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] The car-following model and lane-changing model
  • From: <Maria.Armellini@xxxxxx>
  • Date: Mon, 27 Jul 2020 08:33:26 +0000
  • Accept-language: de-DE, en-US
  • Delivered-to: sumo-user@xxxxxxxxxxx
  • Ironport-phdr: 9a23:3aSMaRF0fTHVaSHsT15MZp1GYnF86YWxBRYc798ds5kLTJ76p86/bnLW6fgltlLVR4KTs6sC17OI9f64EjRcqb+681k6OKRWUBEEjchE1ycBO+WiTXPBEfjxciYhF95DXlI2t1uyMExSBdqsLwaK+i764jEdAAjwOhRoLerpBIHSk9631+ev8JHPfglEnjWwba5zIRmsrAjdqsYajZdtJ60s1hbHv3xEdvhMy2h1P1yThRH85smx/J5n7Stdvu8q+tBDX6vnYak2VKRUAzs6PW874s3rrgTDQhCU5nQASGUWkwFHDBbD4RrnQ5r+qCr6tu562CmHIc37SK0/VDq+46t3ThLjlSEKPCM7/m7KkMx9lKJVrgy8qRxjzYDaY4+VO/h/fqzBct0VSnFMXtpIVyxDHo+wc5cDA/QHMO1Fr4f9vVwOrR6mCASrA+3g0CVIhn7s0qEgz+khCwTG0xIkH9IKsXTUqtT1ObwPXuCx1qnE1yjMYO1P1Dr79YPHfQwvr+uWUrJsbcre11MvFwXdg1iTqoHoOy6Z2+QNvWWZ4OdsSe2hhmAlpg1srDWixdogh5TKi48Uy13J6yZ0zZoxKNClRkN2Yt6pHpVUuiyHNYZ7RN4pTW9vuCY/0LIGuJi7cTAXx5Qj3R7TceGIfJaQ7hLlTumeOix3hHZ7d76lmxmy9k2gxvXiWcao1FZKrzJFksLSuXwX0BzT8MeHR/1g9UmiwTaCzx3f5v1eLUwplqfWJIQtzqM+m5cQq0jPADH6lF3rgKKUaEko4Pak5/n9brn7pJKRNpV4hhz4P68zgMKwG/44PRILX2WD/OS806Ds8lPhTbVRi/02jrHZsJfHJcQHvqK5AxFa0oIk6xunATmo1toWk3YHIlxFfxyJjI/nNUvQLPzmAvmwgkqhnC1qx/DAIr3hGI/CImLen7flZ7Zx8VNTxxQrwdBe4ZJbFK0BLeruVkPtrtDUExw0PgOuz+r6Bthw1ZkSVXyRDqOBNaPdq16I5uYhI+mWY48VvS7wJf8/6P70jH82g0URcLWz3ZsSdn+4GvBmI0SfYXrtmdoODGMKvhAkQOP3llKOSSRTaGqqX6Ig+jE7D5qrDZzeRoCoh7yNxTq7HoZIaWBcEV2DD2vnd4GFW/cUcyKdPNVtkjseVbiuGMcc0wqzvlr616Z/NbiTvTIHqtTu39x0//be0xYo+ntxBsWZ1miLCGV1hX8JQTExm7tipEs410yOy/tFhedFH+Be9+8cUhsmLYWOiKtlFM+0VwnFf8+SRRChWNrhBDgwStc4xZgKYl1hGtOsiVfYwi+tRqIOmqbYOJthprnB2n+0Ot1w0V7L360gl0IrBMxVOjv1qLR48l2HIofTkkzfvryveKAY3SjM3GuH1yyCsRcLA0ZLTazZUCVHNQPtptPj6xaaQg==
  • Ironport-sdr: pKuYXGjKA+8P7K64cKo07gDspnavlfTI+PHY0IjjWE+3m3oEQ66Lnn9vhvgPLC1DNHoP731do4 BFLZoDl1KtZA==
  • List-archive: <https://www.eclipse.org/mailman/private/sumo-user>
  • List-help: <mailto:sumo-user-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/sumo-user>, <mailto:sumo-user-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/sumo-user>, <mailto:sumo-user-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHWY7ngQVmaTjRECE6Vxz6EAxslAakbGCqg
  • Thread-topic: [sumo-user] The car-following model and lane-changing model

Hi John,

you can find some information about car-following models here https://sumo.dlr.de/docs/Car-Following-Models.html.
You can use one of the models available in SUMO https://sumo.dlr.de/docs/Definition_of_Vehicles,_Vehicle_Types,_and_Routes.html#car-following_models or you can implement your own model https://sumo.dlr.de/docs/Developer/How_To/Car-Following_Model.html & https://sumo.dlr.de/docs/Developer/Implementation_Notes/Vehicle_Models.html. 

Regards,
Giuliana 

-----Original Message-----
From: sumo-user-bounces@xxxxxxxxxxx [mailto:sumo-user-bounces@xxxxxxxxxxx] On Behalf Of mrayur
Sent: Montag, 27. Juli 2020 04:01
To: sumo-user@xxxxxxxxxxx
Subject: [sumo-user] The car-following model and lane-changing model

Hi,

Could I only use the default car-following model? I want to rule the lateral
behavior in other ways.

Actually, I tested the my reinforcement learning algorithm successfully. But
only 10 actions are defined:
1)Maintain the lane and a=0[m/s2],
2)Left lane changing and a=0[m/s2],
3)Right lane changing and a=0[m/s2],
4)Maintain the lane and a=2[m/s2],
5)Left lane changing and a=2[m/s2],
6)Right lane changing and a=2[m/s2],
7)Maintain the lane and a=-2[m/s2],
8)Left lane changing and a=-2[m/s2]
9)Right lane changing and a=-2[m/s2],
10)Maintain the lane and hard brake at a=-4[m/s2]
Considering that the acceleration should be continuous, so I wonder if I can
only use the
default car-following model to make the simulation more realistic.

Best regards,
John




--
Sent from: http://sumo-user-mailing-list.90755.n8.nabble.com/
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user


Back to the top