Skip to content

Python / tensorflow reinforcement learning example -- battleship

Notifications You must be signed in to change notification settings

john1158way/battleship

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%