Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] Multi-run/Sweep support for Hydra/Wandb #1190

Open
Chris321sirhc opened this issue Oct 8, 2024 · 1 comment
Open

[Question] Multi-run/Sweep support for Hydra/Wandb #1190

Chris321sirhc opened this issue Oct 8, 2024 · 1 comment

Comments

@Chris321sirhc
Copy link

Question

Hello everyone,

this may be very easy but is there currently a way to use the hydra functionality for multirun using different configs or even automatically sweep? The problem I encounter when running the train.py script from rsl_rl is that the simulator closes after finishing a single task/environment. Ideally, I'd like to use any built-in functionality instead of manually writing a bash script or the likes.

If there is an intended way to achieve this, I'd be delighted to hear about it, thank you in advance!

Kind Regards,
Chris :)

@garylvov
Copy link
Contributor

garylvov commented Oct 9, 2024

Hi Chris,

I am currently working on adding functionality for several automatic runs, concurrent runs, and hyperparameter tuning with Ray.

You can see my progress here: https://github.com/glvov-bdai/IsaacLab/tree/feature/hyperparam_tune/source/standalone/workflows/ray

I anticipate that by the end of this week I will have a fully functioning prototype, there is a small bug in that link / some missing functionality I am working on.

If you'd like to get a head start, I believe that everything up to and including step 4 currently works.

I plan to PR this when I finish it and hopefully it will become part of the main workflows functionality soon ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants