Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/lazyprogrammer/machine_learning_examples
/ set_display
Method
set_display
rl3/es_flappy.py:55–56 ·
view source on GitHub ↗
(self, boolean_value)
Source
from the content-addressed store, hash-verified
53
return
np.array(list(obs.values()))
54
55
def
set_display(self, boolean_value):
56
self.env.display_screen = boolean_value
57
58
59
# make a global environment to be used throughout the script
Callers
1
es_flappy.py
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected