Sumory

프로그램

게시자

크레딧

IMAGINARY

참여자

제작지원

Carl Zeiss Foundation

Let’s play a simple game. Flip the cards to reveal numbers. You have 10 turns to reach the highest possible sum (from your 10 possible flips). On each turn you can either flip a new card, or choose one of the ones you had seen on a previous flip.

‘Exploration vs. Exploitation’ is a central concept of artificial intelligence. It enables learning in unknown environments where prior knowledge is not available. It basically means that an AI will first explore its environment randomly to test possible solutions for a problem. When these are found, they provide a basic knowledge to figure out the optimal solution. However, it is important to keep a certain balance between exploring and exploiting: how often should new solutions be tested? How much of the knowledge gain from the initial strategy do you use before switching to a different action or strategy?

주 파일

코드 저장소

관련 자료