AI achieving goals in games applies equally to the metaverse, and this is the same as in the real world
AI Games
Game AI Notion
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

Seonglae Cho