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

How to run it on my robot? #6

Open
defrag-bambino opened this issue Feb 27, 2023 · 2 comments
Open

How to run it on my robot? #6

defrag-bambino opened this issue Feb 27, 2023 · 2 comments

Comments

@defrag-bambino
Copy link

Hi,
awesome project - thanks for sharing your code.

I would love to try the algorithm on the hexapod I recently build. What are the necessary steps to do that? Create a custom Gym wrapper? Is there a guideline on how to find the correct config for such a custom setup/robot?

Thanks

@danijar
Copy link
Owner

danijar commented Feb 28, 2023

Hi @defrag-bambino, I would recommend to use DreamerV3 directly, using the small model config and with --run.script parallel --run.train_ratio -1. You don't need to specify anything else, but you can explicitly specify the CNN/MLP inputs in the config if you don't want the agent to look at all observation keys.

You can return your env from the make_env() function in train.py. The env should either directly implement the Embodied API or Gym/DMEnv and then use the FromGym or FromDM wrappers to turn them into Embodied envs.

@rex5679
Copy link

rex5679 commented Apr 7, 2023

Hi. I'm trying to implement the algorithm in my UR5 arm.Can you please let me know the steps for the same?
Thanks

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

3 participants