logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

强化学习的理解-----笔记

概念理解1 “episode”(1)An episode is one complete play of the agent interacting with the environment in the general RL setting. Episodic tasks in RL means that the game of trying to solve the task ends at

#linux
python使用matplotlib的savefig保存时图片保存不清晰以及不完整的问题

1,我使用的是python3.62, savefig(fname, dpi=None, facecolor=‘w’, edgecolor=‘w’,orientation=‘portrait’, papertype=None, format=None,transparent=False, bbox_inches=None, pad_inches=0.1,frameon=None, metad...

#python#matplotlib
VirtualBox中的Ubuntu没有权限访问共享文件夹/media/sf_Ubuntu_share_file

1,将用户名,加入到vboxsf组中,即可,然后重启,就可以通过用户访问共享问价夹并更改了。但最后还是不能将共享文件中的文件复制到虚拟机Ubuntu系统下的设备计算机中的其他文件中,因为,计算机文件系统为只读,只有root权限的账号能访问。下面是之前一篇博客,可以通过修改passwd文件,实现账户为root权限,只是再也无法回到普通用户。https://blog.csdn.net/qq_316..

win10+GTX1050Ti+anaconda3+tensorflow1.14.0+cuda10.0+cudnn7.6.1.34(带GPU使用检测)

首次安装win10下的GPU深度学习环境1,首先安装anaconda下载地址:https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/此处我的版本是:anaconda3-5.0.1(python3.6.3)2,创建虚拟环境(之前在直接安装tensorflow中出现了安装失败的问题,然后在虚拟环境中问题解决)C:\Users\Admin...

#深度学习
ns-3学习手记10_ns3.29中PyViz visualizer没有enabled,进行安装

1,传统步骤这是ubuntu下的sudo apt-get install python-dev python-pygraphviz python-kiwi python-pygoocanvas python-gnome2 python-gnomedesktop python-rsvgsudo apt-get ipython出现问题:无法定位软件包 python-gnomedesktop解决办法:参

到底了