- 博客(5)
- 收藏
- 关注
转载 A brief overview of Imitation Learning
Reinforcement learning (RL) is one of the most interesting areas of machine learning, where an agent interacts with an environment by following a policy. In each state of the environment, it takes action based on the policy, and as a result, receives a rew
2021-08-25 23:35:50 329
翻译 论文翻译 Deep Steering: Learning End-to-End Driving Model from Spatial and Temporal Visual Cues
???? :该翻译主要用Google翻译然后微调,自学用。原文目前发现有3处单词错误,感兴趣的话可以去找找。该翻译不含图片和公式,仅作参考,欢迎交流。论文链接:Deep Steering: Learning End-to-End Driving Model from Spatial and Temporal Visual Cues该文章发布于VSCC'17的名字略有不同:Learning End-to-End Autonomous Steering Model from Spatial and Te
2021-03-25 13:18:27 534
原创 GitHub Desktop: authentication failed
1. 重新生成SSH key以下是用git bash生成的例子,更多请参考官方讲解 generate SSH key ssh-keygen -t rsa -C "gitlab username"2. 找到重新生成的SSH key一般在C:\Users\username\.ssh注:id_rsa.pub文件用一般的文本编辑器都能打开,这里我用的是Notepad++。...
2019-02-14 11:59:42 866
原创 install pydot and graphviz
一步一步来,顺序不能错~(PS:已经踩过两遍坑了)pip安装graphvizpip install graphviz下载graphviz软件安装包graphviz-2.38. msi安装graphviz软件,选择“for everyone”(only for me没试过但everyone including you,so...)添加C:\Program Files (x86)\Graphv...
2018-05-03 14:37:13 749
原创 SimpleITK.ImageSeriesReader.GetGDCMSeriesFileNames(path)中path不能含中文
否则会报以下错:SimpleITK没有ImageSeriesReader函数;AttributeError: module 'SimpleITK' has no attribute 'ImageSeriesReader' 2. 由于ImageSeriesReader()问题导致读入数据为空。RuntimeError: Exception thrown in SimpleITK ImageS...
2018-04-18 20:03:00 7556 13
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人