Skip to content

Latest commit

 

History

History
55 lines (17 loc) · 1.13 KB

File metadata and controls

55 lines (17 loc) · 1.13 KB

Deep Learning: problems and possible solutions

Environment Specific problem:

  • Reward sparsisity
  • Partial Observability

DQN and DDQN:

  • We didn't address partial observability .
  • Using random sampling of batches $\rightarrow$ it may sample something inappropriate for training. Hence we are never sure if it's right or not. Solution: Use prioritised experience replay.
  • Using different optimizers and loss functions.

Actor Critic (A2C):

Global possible solutions

  • All the above metnioned networks are relatively small, so we can perform cheap, hyperparater tuning (in terms of computational complexity), i.e.