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

I want to know the dynamic or kinematic model of vehicles in SMARTS #2120

Closed
dailf678 opened this issue Dec 2, 2023 · 2 comments · Fixed by #2130
Closed

I want to know the dynamic or kinematic model of vehicles in SMARTS #2120

dailf678 opened this issue Dec 2, 2023 · 2 comments · Fixed by #2130
Labels
help wanted Extra attention is needed

Comments

@dailf678
Copy link

dailf678 commented Dec 2, 2023

High Level Description

When I select ActuatorDynamic for my ActionSpaceType, I need to set throttle, brake, and steering_ Rate. But I don't know the dynamics or kinematic models inside the vehicle.

Version

latest

Operating System

No response

Problems

In your paper "SMARTS: Scalable Multi-Agent Reinforcement
Learning Training School for Autonomous Driving" that you mentioned "Physics is supported through the vehicle provider, which simulates the specific physical vehicle model and exposes a control interface at different levels of abstraction: throttle stroke training, trajectory tracking, and lane following." I would like to know if it is possible to set up a "physical vehicle model."

@dailf678 dailf678 added the help wanted Extra attention is needed label Dec 2, 2023
@Frzgunr1
Copy link

Frzgunr1 commented Dec 5, 2023

Hi @dailf678 ,From my understanding of the code, to view the vehicle dynamics model, you only need to focus on SMARTS/smarts/core/models/controller_parameters.yaml and SMARTS/smarts/core/vehicle.py

@Gamenot
Copy link
Collaborator

Gamenot commented Dec 5, 2023

See #2116.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants