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 605db04 commit b993a65Copy full SHA for b993a65
concordia/environment/unstable/engines/asynchronous.py
@@ -25,6 +25,7 @@
25
from concordia.environment.unstable import engine as engine_lib
26
from concordia.typing.unstable import entity as entity_lib
27
import termcolor
28
+from typing_extensions import override
29
30
31
DEFAULT_CALL_TO_MAKE_OBSERVATION = (
@@ -78,6 +79,7 @@ def make_observation(self,
78
79
)
80
return observation
81
82
+ @override
83
def next_acting(
84
self,
85
game_master: entity_lib.Entity,
0 commit comments