KRSSG / robocup

Main Code Base for SSL
21 stars 27 forks source link

Changed .size() to len() for homePos and awayPos #66

Closed thebhatman closed 5 years ago

thebhatman commented 5 years ago

awayPos and homePos have no attribute called size. So changed it to len(state.awayPos) and len(state.homePos)