Mingming-Yin

Results 10 comments of Mingming-Yin

@junxiaosong 非常感谢你的解答。我想问几个问题: 第一,mcts用在棋类游戏,会有对手之间的竞争。我现在改变了应用场景,没有对手,那么update_recursive(-leaf_value)是不是就可以改成update_recursive(leaf_value)? 第二,self-play 往往需要花费大量时间,我们是不是可以用分布式来加速呢?比如,多进程加速模拟。

```py from collections import defaultdict class Solution: def findDuplicateSubtrees(self, root: Optional[TreeNode]) -> List[Optional[TreeNode]]: if not root: return root hashmap = defaultdict(lambda: 0) res = [] def traverse(root): if not root:...

> Thank you for your assistance. The normalizer depends on MADA 3.2, but it is not available. At your convenience, would you please provide some information? @huihuifan Hi, I met...

> 千问-chat对话没法结束是啥情况? Do you add stop words when decoding ?

> For me I noticed it was exciting on a `['which', 'c++']` eval before `AttributeError: 'DeepSpeedCPUAdam' object has no attribute 'ds_opt_adam'` > > In my case, installing / updating `g++`...