LARG / HFO

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

Compiling sarsa_agent #46

Open JACKHAHA363 opened 6 years ago

JACKHAHA363 commented 6 years ago

I would like to know how can I compile the high_level_sarsa_agent.cpp in the example directory. Are these files already compiled in some place, or do I have to do them manually?

mhauskn commented 6 years ago

It's necessary to compile them manually.

mhauskn commented 6 years ago

See Makefiles added in PR #47.