GithubHelp home page GithubHelp logo

alphazerocpp's People

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

alphazerocpp's Issues

Implement temperature properly

Right now during training we're using a fixed temperature of 0. We should consider implementing this properly and decaying temperature.

Refactor Connect2Model into Model

We would like our Monte Carlo Tree Search to operate on base class Model objects instead of our Connect2Model as it currently does. This will make it easier to write tests and to support other games going forward.

Does it make sense to use an AdamOptimizer?

My understanding is that Adam is not great near the beginning of training (when it has seen few examples) but is good once it has been exposed to enough of your dataset.

In our project we're creating a new Adam optimizer every time we try to train our network. This feels like it might be putting us in a bad place. Should we consider other optimizers? Has anyone written about this?

Implement SaveCheckpoint()

There are some weird things about saving models in C++ PyTorch so I've currently just commented out the implementation. At some point we should come back and save the model correctly during training.

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.