[Question] Adding a wind field to crazyfly RL training code #1900
Replies: 3 comments 1 reply
-
The wind API doesn't support the parallelized Tensor API that we use in IsaacLab. So it would be hard to integrate the two for RL training. As an alternate, you could create your own model for wind simulation model and apply external forces on the bodies. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Thanks for posting this and following up. Will move this post to our Discussions for follow up. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Question
Hello, I am now looking to add a wind field to the quadcopter reinforcement learning training process and implement it in python code. Here is the python code I see.
But I don’t know where I should put them in quadcopter_env.py.
Dear,
yoko
Beta Was this translation helpful? Give feedback.
All reactions