PokeLLMon
PokeLLMon copied to clipboard
Results
2
PokeLLMon issues
Sort by
recently updated
recently updated
newest added
Hello, First of all, great project—thank you for all your hard work! However, I have been reviewing the main.py file and noticed that there seems to be no implementation of...
非常好项目,已经研究了一周了。目前发现一个问题 在gpt_player.py的state_translate函数中,计算我方技能等效威力时,疑似错误引用了我方的属性阶级如opponent_def = opponent_stats["def"] * self.boost_multiplier("def", active_boosts["def"])。可能应该改为opponent_def = opponent_stats["def"] * self.boost_multiplier("def", opponent_boosts["def"])