Skip to content

Releases: JPedroRBelo/simDRLSR

version 0.272

06 Aug 17:12
Compare
Choose a tag to compare
version 0.272 Pre-release
Pre-release

Adherent to pyMDQN module

Reinforcement Learning atributes:

  • 4 agent actions:

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

    • fail handshake: -0.1 (
    • 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.

version 0.270

22 Jul 13:09
Compare
Choose a tag to compare
version 0.270 Pre-release
Pre-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.

SimDRLSR v0.1

13 Jul 14:08
Compare
Choose a tag to compare
SimDRLSR v0.1 Pre-release
Pre-release

Reinforcement Learning atributes:

  • 4 agent actions:

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

    • Fail handshake: -0.1 (adjustable);
    • Successful handshake: 1 (adjustable);
    • Neutral: 0.
  • States:

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