1

I am trying to build an AI that needs to have some information about the past states as well. Therefore, LSTMs are suitable for this.

Now, I want to know that for a problem/game like Breakout, where we require previous states as well, does A3C perform better than TD3, given that TD3 does not have LSTM?

Or without the LSTM TD3 should perform better than A3C despite the fact that A3C has LSTM in it.

nbro
  • 39,006
  • 12
  • 98
  • 176
user2783767
  • 121
  • 2

0 Answers0