Commit c072a3a3 authored by Matthew Hausknecht's avatar Matthew Hausknecht

Updated readme

parent 4079dd15
...@@ -28,4 +28,7 @@ Example C++ and Python agents are provided in the `example` directory. ...@@ -28,4 +28,7 @@ Example C++ and Python agents are provided in the `example` directory.
## Run ## Run
To start the HFO server run: `./bin/start.py` then start an example agent: `./example/hfo_example_agent` or start them both at the same time: To start the HFO server run: `./bin/start.py` then start an example agent: `./example/hfo_example_agent` or start them both at the same time:
`(./bin/start.py &) && ./example/hfo_example_agent` `(./bin/start.py &) && ./example/hfo_example_agent`
\ No newline at end of file
## Documentation
The state and action spaces provided by the HFO domain are documented in the [manual](doc/manual.pdf).
\ No newline at end of file
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