-
Notifications
You must be signed in to change notification settings - Fork 7
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
Is this project still under maintenance? #2
Comments
Hi @ahlzhang, I still do some development in this project from time to time, but it's for personal projects and I don't intend to support it. Please feel free to fork and reuse code from in in accordance with the GPLv3 license. You may also be interested in https://github.com/deepmind/open_spiel which is a supported toolkit from DeepMind and recently added a Go API. |
@timpalpant @ahlzhang I want to know if this project is still available, as I described in issue#3: 'undefined: cfr.NewVanilla' when go build, I had some problems with this project. |
Hi, @timpalpant. Indeed, I would like to run vrmccfr.go in go-cfr which wasn't implemented in open_spiel. However, I encountered some errors when root@yp:~/syq_workplace# go version
go version go1.14 linux/amd64
root@yp:~/syq_workplace# git clone https://github.com/timpalpant/go-cfr
root@yp:~/syq_workplace# cd go-cfr
root@yp:~/syq_workplace/go-cfr# go build vrmccfr.go
# command-line-arguments
./vrmccfr.go:10:23: undefined: StrategyProfile
./vrmccfr.go:11:23: undefined: Sampler
./vrmccfr.go:12:23: undefined: Sampler
./vrmccfr.go:14:13: undefined: floatSlicePool
./vrmccfr.go:15:13: undefined: keyIntMapPool
./vrmccfr.go:22:33: undefined: StrategyProfile
./vrmccfr.go:22:90: undefined: Sampler
./vrmccfr.go:33:28: undefined: GameTreeNode
./vrmccfr.go:41:34: undefined: GameTreeNode
./vrmccfr.go:57:41: undefined: GameTreeNode
./vrmccfr.go:57:41: too many errors I would like to know how to run More, I have seen your update in go-cfr/README.md, thanks for you very much. And I'm looking forward to your reply. |
Is this project still under maintenance?
The text was updated successfully, but these errors were encountered: