Skip to content

Help with using ROS for RL training #188

Answered by Mayankm96
sesem738 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @sesem738 ,

ROS communication leads to significant overhead, which makes it non-ideal for performant RL training. I advice you to take the following steps:

  1. Convert your asset into USD format: https://isaac-orbit.github.io/orbit/source/how-to/import_new_asset.html
  2. Create a Orbit configuration class for your robot: https://isaac-orbit.github.io/orbit/source/how-to/write_articulation_cfg.html
  3. Check that your robot has been imported correctly and you can control the joints: https://isaac-orbit.github.io/orbit/source/tutorials/01_assets/run_articulation.html
  4. Follow our tutorials on setting up an environment for RL training: https://isaac-orbit.github.io/orbit/source/tutorials/03_envs/index…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Mayankm96
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
documentation Improvements or additions to documentation
2 participants