Skip to content

akashin/GAIL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game AI Library

Library for implementing agents for playing games

Goals

The library should allow:

  • Quickly build a simple bot for online game competition.
  • Use of different algorithms from simple tree search to machine learning.
  • Be fast to be used for real game rather than only for prototyping.

Code structure

This code in the repository is structured in the following way:

src/              <--- All source code is located here
  core/           <--- Core classes used across different games
  algorithms/     <--- Algorithms used accross different games
  games/          <--- Implementations of games simulators and players
  tests/          <--- Tests for all code
  third_party/    <--- All 3rd-party code
  scripts/        <--- Helper scripts

About

Competitive game playing agents library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published