Concept

Agent Architectures

There are two core components in any agent's architecture.

  1. State Encoder: Encodes game information.
  2. Action Scorer: Uses ended information to evaluate the actions taken in each state.

Recent architectural trends: Papers in 2015 used LSTM, Bag of Words based approach for encoders and Deep Q-Network (DQN) for action selector. Recent approaches uses Gated Recurrent Unit’s for encoding and Actor-critic for action selectors. Some others works also used Knowledge Graphs and Pre-trained Transformers.

Below Table provides and some of the recent architectural trends.

Image 0

0

1

Updated 2022-08-14

Tags

Natural language processing

Data Science