Closed adadelta closed 2 months ago
Hi @adadelta, kindly check if your observation is the same as I reported in issue #47361 .
Hi @adadelta, kindly check if your observation is the same as I reported in issue #47361 .
Hi @PhilippWillms . Yes it seems so. I'm going to close this one.
What happened + What you expected to happen
While running the action masking example for the new API found here, we get the AttributeError:
AttributeError: 'super' object has no attribute '_compute_values'
This is the result of
_compute_values
having been removed in here.Versions / Dependencies
Tested on newest release (2.35.0) and nightly build.
Reproduction script
Script copied from the current example:
Error from stack trace:
AttributeError: 'super' object has no attribute '_compute_values'
Issue Severity
High: It blocks me from completing my task.