Game AI

Creator
Creator
Alan JoAlan Jo
Created
Created
2021 Oct 6 14:47
Editor
Editor
Alan JoAlan Jo
Edited
Edited
2024 May 3 14:40
게임 안에서 성취를 이루는 AI는 메타버스 안에서도 마찬가지이고, 이는 실제 세계와도 같다
AI Games
 
 
 

RL Implementation

  • Grayscale to minimize observation space
  • RL Frame skip
    : to keep the same constant action for 4 steps and ignore intermediate inputs
  • Frame-stack. Stack the last 4 grayscale frames to use as the input
 
 
 

Recommendations