All Projects → SabakiHQ → Leelasabaki

SabakiHQ / Leelasabaki

Licence: mit
Leela (Zero) integration with Sabaki.

Programming Languages

javascript
184084 projects - #8 most used programming language
go
31211 projects - #10 most used programming language

Labels

Projects that are alternatives of or similar to Leelasabaki

Pygame Learning Environment
PyGame Learning Environment (PLE) -- Reinforcement Learning Environment in Python.
Stars: ✭ 828 (+500%)
Mutual labels:  ai, game
Tic Tac Toe
An unbeatable game of Tic Tac Toe.
Stars: ✭ 57 (-58.7%)
Mutual labels:  ai, game
Game Server
Distributed Java game server, including cluster management server, gateway server, hall server, game logic server, background monitoring server and a running web version of fishing. State machine, behavior tree, A* pathfinding, navigation mesh and other AI tools
Stars: ✭ 916 (+563.77%)
Mutual labels:  ai, game
Aigames
use AI to play some games.
Stars: ✭ 422 (+205.8%)
Mutual labels:  ai, game
Warriorjs
🏰 An exciting game of programming and Artificial Intelligence
Stars: ✭ 8,673 (+6184.78%)
Mutual labels:  ai, game
Commandcenter
Starcraft AI Bot
Stars: ✭ 456 (+230.43%)
Mutual labels:  ai, game
Rlcard
Reinforcement Learning / AI Bots in Card (Poker) Games - Blackjack, Leduc, Texas, DouDizhu, Mahjong, UNO.
Stars: ✭ 980 (+610.14%)
Mutual labels:  ai, game
Overmind
AI for Screeps, a multiplayer programming strategy game
Stars: ✭ 320 (+131.88%)
Mutual labels:  ai, game
Mage
Magic Another Game Engine
Stars: ✭ 1,180 (+755.07%)
Mutual labels:  ai, game
09 Zombierunner Original
First person shooter with Unity terrain and AI pathfinding (http://gdev.tv/cudgithub)
Stars: ✭ 64 (-53.62%)
Mutual labels:  ai, game
Screeps
Artificial intelligence for screeps
Stars: ✭ 407 (+194.93%)
Mutual labels:  ai, game
Owl Bt
owl-bt is editor for Behavior trees. It has been inspired by Unreal engine behavior trees in a way, that it supports special node items like decorators and services. This makes trees smaller and much more readable.
Stars: ✭ 112 (-18.84%)
Mutual labels:  ai, game
Movement Tracking
UP - DOWN - LEFT - RIGHT movement tracking.
Stars: ✭ 379 (+174.64%)
Mutual labels:  ai, game
Tetris game
A Tetris Game with AI
Stars: ✭ 600 (+334.78%)
Mutual labels:  ai, game
Codegame
🎮 JavaScript AI tank game
Stars: ✭ 323 (+134.06%)
Mutual labels:  ai, game
Openkore
A free/open source client and automation tool for Ragnarok Online
Stars: ✭ 956 (+592.75%)
Mutual labels:  ai, game
Opensteer
OpenSteer is a C++ library to help build steering behaviors for autonomous characters in games and animation.
Stars: ✭ 202 (+46.38%)
Mutual labels:  ai, game
Aitrack
6DoF Head tracking software
Stars: ✭ 262 (+89.86%)
Mutual labels:  ai, game
Korea Startups
🌟 국내 스타트업 목록 및 설명 🌟
Stars: ✭ 63 (-54.35%)
Mutual labels:  ai, game
Bwapi
Brood War API
Stars: ✭ 1,482 (+973.91%)
Mutual labels:  ai, game

LeelaSabaki

LeelaSabaki has been deprecated as of Sabaki v0.40.0. Use the integrated analysis features instead.

Leela (Zero) integration with Sabaki.

Screenshot

Features

  • Shows heatmap of network probabilities
  • Adds considered variations to the game tree in Sabaki, along with winning statistics

Installation

  • Make sure you have the engine only version of Leela or Leela Zero.
  • Make sure you have the most recent version of Sabaki installed.
  • Download LeelaSabaki, or build it yourself. Make sure you have permission to execute the files.
  • Open Sabaki and open the 'Preferences' drawer by pressing Ctrl/Cmd+,.
  • Click on the 'Engines' tab and add a new engine with the following settings:
    • Path: Your path to LeelaSabaki
    • Arguments: LeelaSabaki options, followed by your path to Leela (Zero), followed by additional command line arguments to Leela. Leela will be called with the --gtp option automatically. If you're using Leela Zero, make sure to configure it properly.
  • Example
    • Path: leelasabaki
    • Arguments: --heatmap my_path/leelaz -w my_path/weights.txt --playouts 100 --noponder

CLI Manual

Usage

$ leelasabaki [--flat] [--heatmap] [--help] <path-to-leela> [leela-arguments...]

Options

  • --flat

    Instead of appending variations as multiple moves, we will append one node per variation with the final board arrangement and move numbers.

  • --heatmap

    Visualizes network probabilities as a heatmap after each generated move.

  • --help

    Displays help message.

Building

Make sure you have Node.js and npm installed. First, clone LeelaSabaki:

$ git clone https://github.com/SabakiHQ/LeelaSabaki.git
$ cd LeelaSabaki

Install the dependencies of LeelaSabaki with npm:

$ npm install

To build binaries use the following command:

$ npm run build

This will create an executable file in /bin.

Related

  • gtp - A Node.js module for handling GTP engines.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].