EFavDB / battleship

Python / tensorflow reinforcement learning example -- battleship

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reinforcement learning in python -- battleship

The included notebook contains a policy-gradient trained, deep RL algorithm that learns to play the game Battleship in 1-d. That is, the algorithm trains a network to suggest good next moves, allowing it to find a hidden ship quickly. To run the notebook you should have the following packages installed: tensorflow, jupyter notebook, numpy, and matplotlib.

About

Python / tensorflow reinforcement learning example -- battleship


Languages

Language:Jupyter Notebook 100.0%