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

pwm imitation learning #4950

Open
aklein1995 opened this issue Apr 25, 2024 · 0 comments
Open

pwm imitation learning #4950

aklein1995 opened this issue Apr 25, 2024 · 0 comments

Comments

@aklein1995
Copy link

What feature are you suggesting?

Overview:

As far as I know, there are example scripts for imitation learning (IL) with car and with discrete action spaces.
Considering the time it took to make a quadrotor flight with motion planning, it'd helpful to collect data and then use with IL.

Smaller Details:

The lowest level in which quadrotor can be controlled right now is with PWM signals (if not, please feel free to correct me). It would be very useful to have a feature that allows to execute actions (either from human demonstrations or a given policy) and that allows to monitor which PWM signals would have been applied, so that it could be a mapping between the current state and the expected action in terms of PWM signals.

Nature of Request:

  • Addition
    • Iam not very familiar with AirSim, but what I have seen it suggests that these changes have to be made at C++ and then passed with the PythonClient API.

Why would this feature be useful?

Research in the fields of Imitation Learning and Reinforcement Learning for low-level control (using AirSim).

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