Closed anji993 closed 6 months ago
I encounter an object in line 418 in "dreamerv3/dreamerv3/ninjax.py"
k: getattr(cls, k) for k, v in cls.__annotations__.items()
AttributeError: type object 'Module' has no attribute 'annotations'
The code needs Python 3.10+.
I encounter an object in line 418 in "dreamerv3/dreamerv3/ninjax.py"
AttributeError: type object 'Module' has no attribute 'annotations'