Is there an effective method to prompt the fuuro(副露) rate of AI? #23
Answered
by
Cryolite
Pragmatism0220
asked this question in
Q&A
|
I want to try to train an AI like ASAPIN who is more inclined to fuuro. I tried to select players who are more inclined to fuuro on the training data set, but it didn't seem to have any obvious impact. So do you think there is any better way? Thanks a lot! |
Answered by
Cryolite
Mar 4, 2023
Replies: 2 comments 3 replies
|
It depends on whether you are using |
3 replies
Answer selected by
Pragmatism0220
|
I have implemented a new feature called reward plug-in. Users can freely design rewards in reinforcement learning by implementing a reward plug-in (Python source code). From now on, please try adjusting the direction of training with reinforcement learning using this feature. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It depends on whether you are using
kanachan.training.bert.trainorkanachan.training.iql.train. Which are you using?