MCPcopy Create free account
hub / github.com/BindsNET/bindsnet / step

Method step

bindsnet/environment/environment.py:20–26  ·  view source on GitHub ↗

Abstract method head for ``step()``. :param a: Integer action to take in environment.

(self, a: int)

Source from the content-addressed store, hash-verified

18
19 @abstractmethod
20 def step(self, a: int) -> Tuple[Any, ...]:
21 # language=rst
22 """
23 Abstract method head for ``step()``.
24
25 :param a: Integer action to take in environment.
26 """
27
28 @abstractmethod
29 def reset(self) -> None:

Callers 9

run_pipelineFunction · 0.45
breakout.pyFile · 0.45
random_baseline.pyFile · 0.45
reservoir.pyFile · 0.45
MCC_reservoir.pyFile · 0.45
runSimulatorFunction · 0.45
stepMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected