Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 1.02 KB

README.md

File metadata and controls

9 lines (6 loc) · 1.02 KB

FML Project

This repository contains the code for an agent playing the classical game Bomberman. Three main approaches are implemented:

  • Deep Q Learning (DQN)
  • Proximal Policy Optimization (PPO)
  • Monte-Carlo Tree Search (MCTS) in conjunction with DQN