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

Rendering the viewer with substeps (aka. physical timestep) instead of steps (aka. control timestep) #400

Open
baixianger opened this issue May 22, 2023 · 0 comments

Comments

@baixianger
Copy link

I made my own task in dm_control, but unfortunately, the action of my task is not only the actuator control values but also an unfixed control duration. For every control step, my agent will decide how long this control period is, and the time vary from 0.02 to 0.1 seconds (the details are just setting the timestep before every step).

I would like to render my dm_control env under the 'viewer' module your package provided.

How can I implement it in this situation?

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

1 participant