Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 385 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 385 Bytes

bomberman_rl

Setup for a project/competition amongst students to train a winning Reinforcement Learning agent for the classic game Bomberman.

The framework for the game is provided by uhoethe: https://github.com/ukoethe/bomberman_rl

The complete code for training our model is in agent_code/revised_dq_agent. The agent stripped of all training code can be found in agent_code/DBS.