macao
macao copied to clipboard
A general purpose game playing A.I. framework based on the Monte Carlo tree search algorithm.
Bumps [json5](https://github.com/json5/json5) to 2.2.3 and updates ancestor dependencies [json5](https://github.com/json5/json5), [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest), [travis-deploy-once](https://github.com/semantic-release/travis-deploy-once) and [ts-jest](https://github.com/kulshekhar/ts-jest). These dependencies need to be updated together. Updates `json5` from 0.5.1 to 2.2.3 Release notes Sourced from...
- [ ] Design a paralellism interface - [ ] Implement paralellism support for Node children_processes - [ ] Implement paralellism support for Browser Web Workers - [ ] Add...
Some games, have elements of chance or randomness to them. Modify the MCTS algorithm to be compatible with such games. Resources: * http://www.lamsade.dauphine.fr/~cazenave/papers/mctrsg.pdf * https://pdfs.semanticscholar.org/d10e/31ed85cc6ea79d3d961730da2b07c32aa984.pdf