[Question] Hyperparameter tuning #3245
Unanswered
VikasChidananda
asked this question in
Q&A
Replies: 1 comment
-
Thank you for posting this question. I'll move it to our Discussions for the team to follow up. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
Hey everyone,
I am trying add SAC from skrl to
quadcopter_env
for my experiments. I was wondering how was hyperparameters for other algorithms (PPO, AMP) determined? Is it through extensive hyperparameter tuning for each environment?I found some cool guides from Raffin's blog post and hyperparameters for TD3 suggested by @Toni-SM which were helpful but I was not successful in getting some signs of life in learning.
I changed a bit from default hyperparameters from skrl and rescaled
action_space
to [-1,1] (by default action and observation space are(-inf, inf)
) which still didn't help me. If anyone has an idea how you did for your own environments, any advice would be helpful.Cheers!
Beta Was this translation helpful? Give feedback.
All reactions