Skip to content

Latest commit

 

History

History
12 lines (5 loc) · 401 Bytes

README.md

File metadata and controls

12 lines (5 loc) · 401 Bytes

UnimanualReaching_Simulation

Tabular Q, DQN and DDQN for movement of a cursor (represents the hand) between two points as fast as possible.

Reaching Task

  1. The task is to move the cursor from start state (position, velocity) = (0,0) to a target state (position, velocity) = (8,0).
  2. The agent chooses between one of the three acceleration actions (-1, 0, 1) at each step of movement.