Git Product home page Git Product logo

bulldog's People

Contributors

carmenjiawenc avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

bulldog's Issues

train parameters are incorrect in README file

Usage:
trainer configuration [OPTION...]

-h, --help Print help
-l, --log_level arg log level (default: info)
-f, --log_file file?
-c, --cfr arg MUST: file to the cfr file
-b, --builder arg MUST: file to the abstract game def file
-s, --sgs arg MUST: file to the sgs file
-e, --exp_tag arg tag to persist the lab file (default: x)
-p, --load_checkpoint arg loading strategy checkpoint
-t, --blueprint arg loading blueprint for depth limit solving
-m, --match_state arg root state to start training from

It is totally different with README file.

Slumbot match

Hello, you made impressive claims on twitter that this bot beats Slumbot by 22.7BB/100. Could you elaborate more on the sample size and your confidence interval ? Was it only benchmarked on ~10k hands ? Thanks

Feature Generation

Where is the executable for generating equity histograms? I see feature files being referenced in the bucket builder code but haven't found where they're being created

CFR is not thread safe.

Seems like fixing the colex bucket case in bucket.cpp fixes this, but I'm unsure what this might break.
case COLEX_BUCKET: { auto &rez = master_map_.at(0); auto ret = rez.find(all_colex); if (ret != rez.end()){ return ret->second; }else{ return 0; } }

Unknown CMake command "catch_discover_tests".

I am trying to build this on linux.

When I follow the build instructions I get this error upon cmake..

CMake Error at modules/core/CMakeLists.txt:49 (include):
include could not find load file:

Catch

CMake Error at modules/core/CMakeLists.txt:52 (catch_discover_tests):
Unknown CMake command "catch_discover_tests".

<

I tried to install Catch manually and using git submodule without success.

Sorry if this is basic but how can I proceed from here?

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.