-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
train parameters are incorrect in README file #4
Comments
Tons is missing from the codebase/is out of date tbh, I don't think you can even use a hierarchical abstraction builder because theres no "hand_histo" files nor is there a way to generate them. If you wanna collaborate to clean it up I'd be happy to work on a fork with you. |
Need to generate buckets first Needs to figure out how to generate bin file first. |
@dpmaloney @bluedevils23 I've done hand histogram generation and clustering in rust (https://github.com/kmurf1999/CSE485PokerSolver/blob/master/poker_solver/information_abstraction/src/bin/gen_hist.rs) |
More than happy, there’s some new papers that I’ve been implementing as well that might be interesting to you guys. |
@dpmaloney did you ever get around to a working fork? Trying to spin this up and running into a lot of issues. |
Also interested in knowing if anyone else has continued this work |
@kmurf1999 are you still interested in collaborating on this? whats the best way to get in touch? |
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.
The text was updated successfully, but these errors were encountered: