Skip to content

version 0.270

Pre-release
Pre-release
Compare
Choose a tag to compare
@JPedroBelo JPedroBelo released this 22 Jul 13:09
· 14 commits to master since this release

Reinforcement Learning atributes:

  • 4 agent actions:

    • wait;
    • look;
    • handwave;
    • handshake.
  • 5 reward types:

    • Fail handshake: -0.1 (adjustable);
    • Successful handshake: 1 (adjustable);
    • Fail wave (human ignored): -0.1 (adjustable);
    • Successful eyegaze (human makes eye contact) : 0.2 (adjustable);
    • Neutral: 0.
  • States:

    • 8 sequential grayscale images;
    • 8 sequential depth images.