dm_control
dm_control copied to clipboard
Incorrect decorator?
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
Both work, composer.observable is just an alias for define.observable.