jtapolczai / wumpus

Affective Wumpus world.
Apache License 2.0
1 stars 0 forks source link

Implement readAgent #7

Closed jtapolczai closed 9 years ago

jtapolczai commented 9 years ago

World.Read.readAgent should read agents from some sort of serialized format. This depends on #3.

jtapolczai commented 9 years ago

Relating to #19, the format should be a simple CSV:

<agent-num>; <anger-type (weak|strong)>; <fear-type (weak|strong)>; <enthusiasm-type (weak|strong)>; <contentment-type (weak|strong)>; <sympathy-gesture>; <antipathy-gesture>

The four emotion-types are unquoted strings equaling weak or strong. The last two fields are unquoted, arbitrary, 6-character strings [a-z].