Commit ca670a30 authored by Matthew Hausknecht's avatar Matthew Hausknecht

disabled goalie on example agent.

parent 5923ab98
...@@ -15,7 +15,7 @@ string config_dir = "bin/teams/base/config/formations-dt"; ...@@ -15,7 +15,7 @@ string config_dir = "bin/teams/base/config/formations-dt";
int port = 6000; int port = 6000;
string server_addr = "localhost"; string server_addr = "localhost";
string team_name = "base_left"; string team_name = "base_left";
bool goalie = true; bool goalie = false;
int main() { int main() {
// Create the HFO environment // Create the HFO environment
......
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