Skip to content

Commit

Permalink
Merge pull request #1 from thaije/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
thaije committed Feb 27, 2020
2 parents a50441f + eab5f2a commit 72f83a4
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

MATRX; Accelerating human-agent teaming research together.

MATRX is a 2D-discrete testbed meant to facilitate, accelerate and benchmark research on how systems and humans can and should collaborate.
MATRX is a 2D-discrete testbed meant to facilitate, accelerate and benchmark research on how systems and humans can and should collaborate. To remedy the lack of a team task library for HAT research, we developed the Human-Agent Teaming Rapid Experimentation Software package, or MATRX for short. MATRX’s main purpose is to provide a suite of team tasks with one or multiple properties important to HAT research (e.g. varying team size, decision speed or inter-team dependencies). In addition to these premade tasks, MATRX facilitates the rapid development of new team tasks.

For documentation see the readthedocs at [https://docs.matrx-software.com/](https://docs.matrx-software.com).
The field of human-agent teaming (HAT) research aims to improve the collaboration between humans and intelligent agents. Small tasks are often designed to do research in agent development and perform evaluations with human experiments. Currently there is no dedicated library of such tasks. Current tasks are build and maintained independent of each other, making it difficult to benchmark research or explore research to different type of tasks.

To remedy the lack of a team task library for HAT research, we developed the Human-Agent Teaming Rapid Experimentation Software package, or MATRX for short. MATRX’s main purpose is to provide a suite of team tasks with one or multiple properties important to HAT research (e.g. varying team size, decision speed or inter-team dependencies). In addition to these premade tasks, MATRX facilitates the rapid development of new team tasks.

Also, MATRX supports HAT solutions to be implemented in the form of [Team Design Patterns](https://s3.amazonaws.com/academia.edu.documents/61212125/TeamPatterns_CR_v520191114-20876-1u5752p.pdf?response-content-disposition=inline%3B%20filename%3DTeam_Design_Patterns.pdf&X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWOWYYGZ2Y53UL3A%2F20200221%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20200221T092845Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=6188328a97b458647775b65c0b0669c0b56e44f707d49e7398dcf40849181a6e) (TDP). This allows for the creation of a TDP library which structures HAT research by mapping task properties, solutions and obtained results in such a way that identifies research gaps. Perhaps more importantly, it allows for system designers to search for a concrete and evaluated solution to their issues related to HAT.

This all is made possible by MATRX.

Feel free to try some tasks or to browse our official [webpage](https://matrx-software.com/). This also includes a set of elaborate [tutorials](https://matrx-software.com/tutorials/), [documentation](http://docs.matrx-software.com/en/latest/) and [contribution guide](https://matrx-software.com/contribution_guide/).

0 comments on commit 72f83a4

Please sign in to comment.