Replies: 3 comments 1 reply
-
Hi @Yovan275 Ensure the |
Beta Was this translation helpful? Give feedback.
-
Hi @Toni-SM, thanks for your help. I would not have noticed that. There another thing I want to cross-check if I want to use any other algorithm other than PPO should I change this line in train.py here to include my algorithm like SAC for my case:
|
Beta Was this translation helpful? Give feedback.
-
Thank you for following up. I'll move this post to our discussions for follow up. @Toni-SM for vis. |
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.
-
So far when I tried to use anything else than 0 for random_timesteps for SAC to train a Go2 robot, I do not see any robots in the training videos or plots in tensorboard. In sac.py there is line:
and in base.py for the model there is this for random_act:
I am currently using IsaacLab 2.10 and IsaacSim 4.5.0. I do not know what exactly is the issue here but I think it has something to do with these lines of code I have provided
Beta Was this translation helpful? Give feedback.
All reactions