This model serves as a language value function in Natural Language Reinforcement Learning (NLRL) framework, specifically trained for the Breakthrough game. It evaluates the state through natural language description and provides value assessment.
This model can be used as a Breakthrough position evaluator that explains its evaluation through natural language before providing the final assessment. The model generates both reasoning chains and final value judgments.
This model is specifically trained for Breakthrough board state evaluation and should not be used for other games or value assessment tasks.
Training data consists of TD data collected through NLRL value learning process, with language-based TD estimates serving as training targets for the value function.
1@misc{feng2024naturallanguagereinforcementlearning,
2 title={Natural Language Reinforcement Learning},
3 author={Xidong Feng and Ziyu Wan and Haotian Fu and Bo Liu and Mengyue Yang and Girish A. Koushik and Zhiyuan Hu and Ying Wen and Jun Wang},
4 year={2024},
5 eprint={2411.14251},
6 archivePrefix={arXiv},
7 primaryClass={cs.LG},
8 url={https://arxiv.org/abs/2411.14251},
9}