Skip to content
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

Open
ahlzhang opened this issue Mar 31, 2021 · 3 comments
Open

Is this project still under maintenance? #2

ahlzhang opened this issue Mar 31, 2021 · 3 comments

Comments

@ahlzhang
Copy link

Is this project still under maintenance?

@timpalpant
Copy link
Owner

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.

@Stu-Yang
Copy link

Stu-Yang commented Feb 8, 2023

@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.

@Stu-Yang
Copy link

Stu-Yang commented Feb 8, 2023

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 go build vrmccfr.go.

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 vrmccfr.go in go-cfr.

More, I have seen your update in go-cfr/README.md, thanks for you very much. And I'm looking forward to your reply.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants