dm_control icon indicating copy to clipboard operation
dm_control copied to clipboard

Incorrect decorator?

Open ishank-juneja opened this issue 2 years ago • 1 comments

https://github.com/deepmind/dm_control/blob/774f46182140106e22725914aad3c6299ed91edd/dm_control/composer/entity.py#L73

I think this decorator should be @composer.observable based on the composer tutorial instead of @define.observable

ishank-juneja avatar Feb 21 '23 19:02 ishank-juneja

Both work, composer.observable is just an alias for define.observable.

kevinzakka avatar Mar 14 '23 20:03 kevinzakka