LARG / HFO

Half Field Offense in Robocup 2D Soccer
MIT License
231 stars 93 forks source link

Python3-port #25

Closed DurgeshSamant closed 7 years ago

DurgeshSamant commented 7 years ago

This port supports both python2 and python3 agents.

mhauskn commented 7 years ago

Thanks for the PR! A couple of questions:

  1. Please remove bin/HFO.bak
  2. Was there a reason to split example/high_level_custom_agent into py2 and py3 versions? Ideally, I'd like to have a single file that works for both python 2&3.

The rest looks good, and good work on fixing the Travis file!