2.4K Star 8.2K Fork 4.4K

GVPMindSpore / mindspore

 / 详情

[CT][MS][reinforcement]test_reinforcement_mcts_001在gpu graph下执行core

DONE
Bug-Report
创建于  
2024-02-19 14:01
name about labels
Bug Report Use this template for reporting a bug kind/bug

Describe the current behavior / 问题描述 (Mandatory / 必填)

test_reinforcement_mcts_001在gpu graph下执行core
rl为0.8,0116之前pass

Environment / 环境信息 (Mandatory / 必填)

  • Hardware Environment(Ascend/GPU/CPU) / 硬件环境:

Please delete the backend not involved / 请删除不涉及的后端:
/device GPU

  • Software Environment / 软件环境 (Mandatory / 必填):
    ascend_version=
    cuda_version=cuda-11.6
    mindspore_commit=commit_id = '[sha1]:b04e7c0b,[branch]:(HEAD,origin/r2.3,r2.3)'
    mindsporetest_commit=a78bce45e8b5308f0749689f3afca4139502ae7f
    CONTEXT_DEVICE_TARGET=GPU
    CONTEXT_MODE=GRAPH_MODE

  • Excute Mode / 执行模式 (Mandatory / 必填)(PyNative/Graph):

Please delete the mode not involved / 请删除不涉及的模式:
/mode graph

Related testcase / 关联用例 (Mandatory / 必填)

def test_reinforcement_mcts_001():
    vmtt = VanillaMCTSWithTicTacToe()
    device = context.get_context("device_target")
    mcts = MCTS(env=vmtt.env, tree_type="{}Common".format(device),
        node_type="{}Vanilla".format(device), root_player=1.0,
        customized_func=vmtt.vanilla_func, device=device, args=vmtt.uct)
    ckpt = vmtt.action_begin()
    action, handle = mcts.mcts_search()
    mcts.restore_tree_data(handle)
    mcts.destroy(handle)
    vmtt.action_end(ckpt, action)

Steps to reproduce the issue / 重现步骤 (Mandatory / 必填)

  1. pytest -v test_reinforcement_mcts.py::test_reinforcement_mcts_001

Describe the expected behavior / 预期结果 (Mandatory / 必填)

用例正常执行

Related log / screenshot / 日志 / 截图 (Mandatory / 必填)

core dump

Special notes for this issue/备注 (Optional / 选填)

评论 (4)

杨凯璐 创建了Bug-Report
杨凯璐 添加了
 
kind/bug
标签
杨凯璐 添加了
 
attr/function
标签
杨凯璐 添加了
 
sig/parallel
标签
杨凯璐 添加了
 
v2.3.0
标签
展开全部操作日志

Please assign maintainer to check this issue.
请为此issue分配处理人。
@杨凯璐

感谢您的反馈,您可以评论//mindspore-assistant更快获取帮助,更多标签可以查看标签列表

  1. 如果您刚刚接触MindSpore,或许您可以在教程找到答案
  2. 如果您是资深Pytorch用户,您或许需要:
    与PyTorch典型区别 / PyTorch与MindSpore API映射表
  3. 如果您遇到动态图问题,可以设置mindspore.set_context(pynative_synchronize=True)查看报错栈协助定位
  4. 模型精度调优问题可参考官网调优指南
  5. 如果您反馈的是框架BUG,请确认您在ISSUE中提供了MindSpore版本、使用的后端类型(CPU、GPU、Ascend)、环境、训练的代码官方链接以及可以复现报错的代码的启动方式等必要的定位信息
  6. 如果您已经定位出问题根因,欢迎提交PR参与MindSpore开源社区,我们会尽快review


自验基于4.11每日构建已pass

i-robot 添加了
 
foruda
标签
YijieChen 任务状态TODO 修改为VALIDATION
YijieChen 添加协作者YijieChen
YijieChen 负责人YijieChen 修改为杨凯璐
YijieChen 添加了
 
rct/oldrelease
标签
YijieChen 移除了
 
rct/oldrelease
标签
YijieChen 移除了
 
rct/oldrelease
标签
YijieChen 添加了
 
rct/bugfix
标签
YijieChen 添加了
 
rca/others
标签
YijieChen 添加了
 
ctl/componenttest
标签

[CT][MS][reinforcement]test_reinforcement_mcts_001在特定机器gpu graph下执行core
https://e.gitee.com/mind_spore/dashboard?issue=I9G5FB
输入图片说明

杨凯璐 任务状态VALIDATION 修改为DONE

登录 后才可以发表评论

状态
负责人
项目
里程碑
Pull Requests
关联的 Pull Requests 被合并后可能会关闭此 issue
分支
开始日期   -   截止日期
-
置顶选项
优先级
预计工期 (小时)
参与者(3)
Python
1
https://gitee.com/mindspore/mindspore.git
git@gitee.com:mindspore/mindspore.git
mindspore
mindspore
mindspore

搜索帮助

344bd9b3 5694891 D2dac590 5694891