Commit 8a97aa2a authored by Yilun Chen's avatar Yilun Chen

Changed default server port to 6008

parent e9d87828
...@@ -10,7 +10,7 @@ int main() { ...@@ -10,7 +10,7 @@ int main() {
// Create the HFO environment // Create the HFO environment
HFOEnvironment hfo; HFOEnvironment hfo;
// Connect the agent's server // Connect the agent's server
hfo.connectToAgentServer(12008); hfo.connectToAgentServer(6008);
// Play 5 episodes // Play 5 episodes
for (int episode=0; episode<5; episode++) { for (int episode=0; episode<5; episode++) {
hfo_status_t status = IN_GAME; hfo_status_t status = IN_GAME;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment