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

Method close

bindsnet/environment/environment.py:198–203  ·  view source on GitHub ↗

Wrapper around the OpenAI ``gym`` environment ``close()`` function.

(self)

Source from the content-addressed store, hash-verified

196 self.env.render()
197
198 def close(self) -> None:
199 # language=rst
200 """
201 Wrapper around the OpenAI ``gym`` environment ``close()`` function.
202 """
203 self.env.close()
204
205 def preprocess(self) -> None:
206 # language=rst

Callers

nothing calls this directly

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected