Code Monkey home page Code Monkey logo

monty's Introduction

Monty

"MCTS is cool."

GitHub release (latest by date) Commits

Compiling

To compile without embedding the networks, run

make EXE=<output path>

when running the executable it will search for the networks in the current working directory.

To compile and embed the networks in the exectuable, run

make embed EXE=<output path> EVALFILE=<value net path> POLICYFILE=<policy net path>

Development

Development of Monty is facilitated by montytest. If you want to contribute, it is recommended to look in:

  • src/mcts/helpers.rs - location of functions that calculate many important search heuristics, e.g. CPUCT scaling
  • src/mcts.rs - the actual search logic

Functional patches are required to pass on montytest, with an STC followed by an LTC test.

ELO History

Version Release Date CCRL 40/15 CCRL Blitz CCRL FRC
1.0.0 28th May 2024 - 3076 3107
0.1.0 26th March 2024 - - 2974

Terms of use

Monty is free and distributed under the GNU General Public License version 3 (GPL v3). Essentially, this means you are free to do almost exactly what you want with the program, including distributing it among your friends, making it available for download from your website, selling it (either by itself or as part of some bigger software package), or using it as the starting point for a software project of your own.

The only real limitation is that whenever you distribute Monty in some way, you MUST always include the license and the full source code (or a pointer to where the source code can be found) to generate the exact binary you are distributing. If you make any changes to the source code, these changes must also be made available under GPL v3.

monty's People

Contributors

jw1912 avatar viren6 avatar xinthedark avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.