AI Game Solver Framework
latest
  • What is the AI Game Solver Framework?
  • How to run the framework
  • How to build your own modules
    • What you should know before building your own modules
    • Build your own Game module
    • Build your own Translator module
    • Build your own API module
    • Build your own model in RL module
    • Build your own Visualization module
    • Dockerising modules
  • Modules documentation
  • References
AI Game Solver Framework
  • How to build your own modules
  • Edit on GitHub

How to build your own modules

Interested in building your own modules?
Check the tutorials below on how to build your own modules
  • What you should know before building your own modules
    • Modules dependencies
    • In which order should you build your modules
    • Dockerising modules
  • Build your own Game module
    • How to build the module
    • How to test if the module was implemented correctly
    • Game module example (Freecell)
    • Game module example (2048)
  • Build your own Translator module
    • How to build the module
    • How to test if the module was implemented correctly
    • Game module example (Freecell)
    • Game module example (2048)
  • Build your own API module
    • How to build the module
    • How to test if the module was implemented correctly
    • Game module example (Freecell)
    • Game module example (2048)
  • Build your own model in RL module
    • How to build the model
    • How to test if the model was implemented correctly
    • Model example (DQN)
  • Build your own Visualization module
    • How to build the module
    • How to test if the module was implemented correctly
    • Visualization examples
  • Dockerising modules
    • API Docker Container example (Freecell)
    • Visualization Docker Container example (Freecell)
    • YAML file for Docker Compose example (Freecell)
Previous Next

© Copyright 2023, Wiktor Sadowy, Patryk Swiat, Mateusz Wozniak, Kamil Krawiec. Revision 405079e3.

Built with Sphinx using a theme provided by Read the Docs.