cirquit / hfo-genetic-server

A server written in Haskell for to communicate with Half-Field Offense for my undergraduate thesis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Paths are hardcoded

cirquit opened this issue · comments

Some paths could be defined more modular.

  • current working directory of HFO binary
  • path to HFO binary from cwd
  • current working directory of agent(s)
  • path to agent script from cwd
  • path to the log-folder

Possibly via command line or yaml-config file.