We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c6f2f9 commit 17268baCopy full SHA for 17268ba
1 file changed
src/bsk_rl/scene/targets.py
@@ -48,10 +48,6 @@ def id(self) -> str:
48
self._id = f"{self.name}_{id(self)}"
49
return self._id
50
51
- def __hash__(self) -> int:
52
- """Hash target by unique id."""
53
- return hash((self.id))
54
-
55
def __repr__(self) -> str:
56
"""Get string representation of target.
57
0 commit comments