Commit 80cd7ff0 authored by Matthew Hausknecht's avatar Matthew Hausknecht

Updated Readme.

parent ef2e4d30
...@@ -24,13 +24,14 @@ Optional Python Install: `pip install [--user] .` ...@@ -24,13 +24,14 @@ Optional Python Install: `pip install [--user] .`
## Example Agents ## Example Agents
Example C++ and Python agents are provided in the `example` directory. Example C++ and Python agents are provided in the `example` directory.
## Demo ## Demo1
- Start a simple 1v1 game played by Agent2D: Start a simple 1v1 game played by Agent2D:
``` ```
./bin/start.py --offense-npcs=1 --defense-npcs=1 ./bin/start.py --offense-npcs=1 --defense-npcs=1
``` ```
- Start an example agent on the empty goal task. This agent will move ## Demo2
Start an example agent on the empty goal task. This agent will move
forwards slowly. First start the server: `./bin/start.py forwards slowly. First start the server: `./bin/start.py
--offense-agents=1 &` and then connect the agent: --offense-agents=1 &` and then connect the agent:
`./example/hfo_example_agent`. `./example/hfo_example_agent`.
......
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