logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

强化学习 gridworld P77 模拟

import numpy as numpyfrom tabulate import tabulateclass State: # class for each unit on the gamedef __init__(self, _id):if _id != 0:self.value = 0elif _id == 0:self.value = 0self.id = _id.

ubuntu 小新pro14 网卡驱动、键盘、触摸板

1. 下载驱动、升级内核https://blog.csdn.net/dieju8330/article/details/101422743有可能某个内核版本不行,可以多试几个Created file /etc/modprobe.d/iwl.confhttps://bbs.archlinux.org/viewtopic.php?pid=1918843#p19188432. 键盘https://blo

gre 填空错题整理

section 1 easy3. The (i)_____ of molecular oxygen on Earth-sized planets around other stars in the universe would not be (ii)_____ sign of life: molecular oxygen can be a signature of photosynthesis..

强化学习 gridworld P77 模拟

import numpy as numpyfrom tabulate import tabulateclass State: # class for each unit on the gamedef __init__(self, _id):if _id != 0:self.value = 0elif _id == 0:self.value = 0self.id = _id.

计算机科学方向博士细分方向

I want to make a summary of the direction of computer science: (excluding hardware)1. Artificial intelligence (theory, which can explain machine learning)2. Computer vision (weak supervision)3. Net...

gre 填空108-122

section 108 hard1. Wood is an environmentally friendly building material because it _____ carbon dioxide, absorbing it during growth and retaining it even after it has been turned into lumber.;als...

Springer LNCS 模板与说明

https://www.springer.com/cn/computer-science/lncs/conference-proceedings-guidelinesInformation for Authors of Springer Computer Science ProceedingsBelowyou will find Springer's guidelines and ...

毕业论文 latex 引用 作者大小写问题

(1)上面这种形式可能不是学校要求的(2)如果是需要上面这种形式(3)gbt7714-2005.bst对于这个模板文件FUNCTION {format.names} {% String Entry::format_names(String names) {'namelist :=...

sqlserver 存储过程

利用游标复制alter procedure p2asbegindeclare @course char(20),@score int,@sno intdeclare mycursor cursorforselect *from aaaopen mycursorfetch mycursor into @sno,@course,@score...

    共 11 条
  • 1
  • 2
  • 请选择