Tudor
Tudor
As a workaround for dynamic scaling, I've done the following: ```python import re import subprocess def get_dpi_from_xresources(): try: # Use subprocess to run the 'xrdb -query' command and capture the...
@leethomason Is there any update on this? Thank you!
That is more than enough! Thank you very much @leethomason ! 😁
I modified the `InputMap` class from [here](https://github.com/deepmind/dm_control/blob/4e1a35595124742015ae0c7a829e099a5aa100f5/dm_control/viewer/user_input.py) so that it can handle repeated actions as follows: ```python def _handle_key(self, key, action, modifiers): """Handles a single key press (mouse and keyboard)."""...
Hello! I have a similar issue as I need to use a dictionary input method. If one was to implement this, where would be a good starting point?
Personally that is roughly what I need as I have a custom environment generating different types of observations (i.e. image, joint pos, etc.). On a tangent note, is it possible...
I got the extension, changed the functionality and then deleted it. I am thinking however that it will be pretty nice for users to have that functionality built in.
Thanks! Yes, there is no GUI for this and I am thinking that it might be nice to have it :smile:.