Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

3j14/bomberman_rl

 
 

Repository files navigation

Bomberman Reinforcement Learning

Agents:

  • coin_agent: Simple Q-table based agent only collecting coins
  • pca_trainer: Used to collect as many game states as possible for PCA training
  • strong_agent: Our final agent. Using multiple multi-layer perceptron regressors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 92.2%
  • Python 7.8%