Commit ef2e4d30 authored by Matthew Hausknecht's avatar Matthew Hausknecht

Updated Readme.

parent 3f5e0c51
......@@ -25,12 +25,12 @@ Optional Python Install: `pip install [--user] .`
Example C++ and Python agents are provided in the `example` directory.
## Demo
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
```
Start an example agent on the empty goal task. This agent will move
- Start an example agent on the empty goal task. This agent will move
forwards slowly. First start the server: `./bin/start.py
--offense-agents=1 &` and then connect the 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