Big News: Socket Selected for OpenAI's Cybersecurity Grant Program.Details
Socket
Book a DemoSign in
Socket

chinesechess-ai

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chinesechess-ai

AI Agent for Chinese Chess - Stanford CS 221 Projects

latest
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

ChineseChessAI

AI Agent for Chinese Chess - CS 221 Project

  • Li Deng | 2016 Autumn
  • Stanford CS 221 Artificial Intelligence


Install

# clone
https://github.com/dengl11/ChineseChessAI.git 
cd ChineseChessAI 

# Install dependencies
npm install

# start server
npm start

Open your browser, go to http://localhost:3000/ and you should be good to go



Live Performance Analysis



Demo



Disclaimer

  • AI algofithms in the backend computation engine need to be enchanced (I was a bit hasty when then poster session was approaching >_<)

    • MCTS and TDLearning implementations are not solid
    • reinforcement learning part seldom works
  • Effienciency need to be imporved

    • Current computation engine is in javascript, which is not fast enough (I did not know how to call other executables from nodeJS then..., but now I do, please see below)
    • You may implement a more powerful engine in C/C++ by calling a subprocess in server, NodeJS Child Process should help



Thanks for your interest :)

FAQs

Package last updated on 04 Aug 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts