4c9bebf450569d0a1da22a0560343c45f7196fa3,examples/space_invaders.py,,,#,22
Before Change
// Pre-process input sample
obs = gray_scale( sub_sample(obs, 84, 110) )
obs = obs[26, 110, :]
obs = black_white(obs)
print (obs.shape)
sys.exit()
obs = pre_process(obs)
// Get next input sample.
inpts.update({"X" : obs})
After Change
ax.autoscale_view(True, True, True)
r_fig.canvas.draw()
g_fig.canvas.draw()
plt.pause(1e-8)
i += 1
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 4
Instances
Project Name: BindsNET/bindsnet
Commit Name: 4c9bebf450569d0a1da22a0560343c45f7196fa3
Time: 2018-05-01
Author: djsaunde@umass.edu
File Name: examples/space_invaders.py
Class Name:
Method Name:
Project Name: AlexEMG/DeepLabCut
Commit Name: 857cb1f38abfc3f467b6a8e53ae54365e05fcff2
Time: 2019-02-23
Author: amathis@fas.harvard.edu
File Name: deeplabcut/generate_training_dataset/frame_extraction_toolbox.py
Class Name: MainFrame
Method Name: update
Project Name: dmnfarrell/pandastable
Commit Name: fadf97c110034315cd2c52625182ec7dc3d63173
Time: 2016-02-19
Author: farrell.damien@gmail.com
File Name: pandastable/handlers.py
Class Name: DragHandler
Method Name: on_release_event