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

Instructions for generating data, training supervised learning for agent before RL #166

Open
AhmedKhaled945 opened this issue Aug 12, 2020 · 4 comments

Comments

@AhmedKhaled945
Copy link

Hello, was wondering if there were instructions that can facilitate supervised learning stage before RL, will be very useful in games like doudizho and mahjong,

Thanks in advance.

@daochenzha
Copy link
Member

daochenzha commented Aug 13, 2020

@AhmedKhaled945 Thanks for the suggestion. It needs some effort because we didn't consider SL at the beginning. I will be working for it later when I got time.

@AhmedKhaled945
Copy link
Author

Perfect, thanks so much for this, wanted to ask how can i register a new model? i am nearly finishing a rule based model for sichuan mahjong.

@daochenzha
Copy link
Member

daochenzha commented Aug 13, 2020

@AhmedKhaled945 You may register the model here. See https://github.com/datamllab/rlcard/blob/master/rlcard/models/__init__.py

After registration, you can use

from rlcard import models
models.load($MODEL_NAME$)

to load the model

@wanyubin123456
Copy link

完美,非常感谢,我想问我如何注册一个新模型?我几乎要完成基于规则的四川麻将模型。

Hello, have you finished your Sichuan mahjong model? I'm from Tsinghua University, China. I'm following up this project. 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