Skip to content

leonardbereska/ministratego

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mini Stratego

Build a mini stratego AI

Tasks: overall strategy

  • heuristic minmax complete -> bootstrap to reinforce
  • program arena for pitching AIs against each other

heuristic minmax agent

  • probability dist sampling
  • tweak or learn evaluation heuristic
  • construct dataset of games with minmax policy

reinforce agent

  • reinforce small game
  • reinforce complete game integration
  • can only act out legal moves (probability over legal moves)

About

Build a mini stratego AI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages