Replies: 1 comment 1 reply
-
Thank you for starting this discussion. It seems there may be termination conditions in your configuration that are causing this. Also, is your robot configuration something you can share? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So, I am running a simulation to train a Nvidia Carter V1 robot on some autonomous navigation tasks using PPO. I created my project by downloading the Isaac Lab template and modifying it related to my needs. Currently I decided to go with Manager Based Env to achieve my goals and I'm using the PPO that Isaac Lab offers, without further modifciations. After I solved some problems with my code, I ran the train.py task and the simulation starts perfectly except an error with spawning the robot. It actually doesn't move, and it just continously spawns in different positions until an iteration stops and does the same thing for each iteration. Its been some days trying to fix my problem but nothing so fare. I would appreciate some help. This is my code for my environment configuration:
Beta Was this translation helpful? Give feedback.
All reactions