Thanks to visit codestin.com
Credit goes to github.com

Skip to content

YannEbling/bomberman_rl

 
 

Repository files navigation

bomberman_rl

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

Main agent

Branch for the main agent (master)

Saved agent here

The agent had to be zipped so that it could be uploaded to github, since github does not allow upload of files larger than 100 MByte. Therefore, the agent has to be unzipped into the my_q_agent directory, before running.

2. agent

Branch for the second agent (second_architecture)

Saved agent here

Other Branches

During development, we created many branches which by now are deprecated. The only two branches used are, as already described, the branch "master", for main agent as well as the branch "second_architecture" for the second architecture. Deployment of the main agent is tested in Docker with the provided Docker file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.2%
  • Other 0.8%