brohrer / robot-brain-project

a general purpose learning agent
205 stars 46 forks source link

Decimal point fix #46

Closed markroxor closed 5 years ago

markroxor commented 5 years ago

Fixes #33.

Pretty easy - sed -i 's/\([0-9]\)\./\1/g' becca/*.py did most of my work. :)

brohrer commented 5 years ago

I am in awe of your regex skills. Slick.