Commit 965aea3f authored by Matthew Hausknecht's avatar Matthew Hausknecht

Remove numTeammates flag.

parent 16dabd07
......@@ -3,9 +3,9 @@
./bin/HFO --offense-agents=2 --defense-npcs=3 --offense-npcs=1 --trials 20 --headless &
sleep 5
# -x is needed to skip first line - otherwise whatever default python version is will run
python -x ./example/high_level_custom_agent.py --eps 0.2 --numTeammates=2 --port 6000 &> agent1.txt &
python -x ./example/high_level_custom_agent.py --eps 0.2 --port 6000 &> agent1.txt &
sleep 5
python -x ./example/high_level_custom_agent.py --eps 0.2 --numTeammates=2 --port 6000 &> agent2.txt &
python -x ./example/high_level_custom_agent.py --eps 0.2 --port 6000 &> agent2.txt &
# The magic line
# $$ holds the PID for this script
......
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