[빵형의 개발도상국] 알파고에게 2048 게임을 시켜보자 - Python





Minimax(Expectimax) 알고리즘을 사용하여 10수 앞을 보는 인공지능에게 2048 게임을 시켜보았습니다 Source code(Github): https://github.com/kairess/2048_expec... Dependencies: - Python - numpy - _2048 - pygame Python 2048 package: https://pypi.org/project/2048/ Algorithm inspired by this answer: https://stackoverflow.com/a/22389702

댓글

이 블로그의 인기 게시물

[이수안컴퓨터연구소] 파이썬 레이싱 자동차 게임 만들기 Creating a Python Racing Car Game with pygame (한글자막)

[빵형의 개발도상국] 얼굴 인식 알고리즘 성능 비교 - Python, Deep Learning