Commit e535d8c3 authored by Matthew Hausknecht's avatar Matthew Hausknecht

Updated Readme.

parent 80cd7ff0
......@@ -24,14 +24,13 @@ Optional Python Install: `pip install [--user] .`
## Example Agents
Example C++ and Python agents are provided in the `example` directory.
## Demo1
Start a simple 1v1 game played by Agent2D:
## Demos
### Start a simple 1v1 game played by Agent2D:
```
./bin/start.py --offense-npcs=1 --defense-npcs=1
```
## Demo2
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