MatteusStranger / pac_man_intelligence

Search solutions for Pac-man maze
0 stars 3 forks source link

Convert string map output into numpy array or numeric matrix #5

Closed chm10 closed 4 years ago

chm10 commented 4 years ago

Is difficult to operate using only a big string with \n characters. So I will convert string into numpy array.

image

[0, 0, 0, 0, 0, ...]
[0, 0, 0, 0, 0, ...]
[0, 0, 0, 0, 0, ...]
...
chm10 commented 4 years ago

Some settings to issue #3