Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alirezamika/flappybird-es
/ functions
Functions
12 in github.com/alirezamika/flappybird-es
⨍
Functions
12
◇
Types & classes
2
↓ 4 callers
Method
get_observation
(self)
flappy.py:45
↓ 3 callers
Method
get_weights
(self)
model.py:15
↓ 3 callers
Method
set_weights
(self, weights)
model.py:18
↓ 2 callers
Method
get_predicted_action
(self, sequence)
flappy.py:33
↓ 1 callers
Method
predict
(self, inp)
model.py:9
Method
__init__
(self)
flappy.py:23
Method
__init__
(self)
model.py:6
Method
get_reward
(self, weights)
flappy.py:81
Method
load
(self, filename='weights.pkl')
flappy.py:39
Method
play
(self, episodes)
flappy.py:55
Method
save
(self, filename='weights.pkl')
flappy.py:50
Method
train
(self, iterations)
flappy.py:77