https://github.com/henrixapp/bomberman-rl-keras
https://github.com/henrixapp/bomberman-rl-keras
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/henrixapp/bomberman-rl-keras
- Owner: henrixapp
- Created: 2019-02-17T08:09:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-25T16:50:48.000Z (over 7 years ago)
- Last Synced: 2025-04-05T01:11:20.206Z (over 1 year ago)
- Language: Python
- Size: 556 KB
- Stars: 5
- Watchers: 3
- Forks: 3
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bomberman_rl
Setup for a project/competition amongst students to train a winning Reinforcement Learning agent for the classic game Bomberman.
## gym-bomberman
In `gym-bomberman` you can find our OpenAI-Adaption of bomberman-rl. Please read [gym-bomberman/README.md](gym-bomberman/README.md) for further information.