240
笔下虽有千言,胸中实无一策

12 2016 档案

摘要:Problem: Ever since I have installed Conda, ROS does not seem to work. And predictably it is because Conda has changed my Python environment. I run RO 阅读全文
posted @ 2016-12-31 10:30 CasperWin 阅读(680) 评论(0) 推荐(0)
摘要:1. 知乎上关于DRL入门的系列文章 1.1 DQN 从入门到放弃 DQN 从入门到放弃1 DQN与增强学习 DQN 从入门到放弃2 增强学习与MDP DQN 从入门到放弃3 价值函数与Bellman方程 DQN 从入门到放弃4 动态规划与Q-Learning DQN从入门到放弃5 深度解读DQN算 阅读全文
posted @ 2016-12-30 07:09 CasperWin 阅读(1638) 评论(0) 推荐(0)
摘要:The state of the art of non-linearity is to use ReLU instead of sigmoid function in deep neural network, what are the advantages? I know that training 阅读全文
posted @ 2016-12-30 06:54 CasperWin 阅读(696) 评论(0) 推荐(0)
摘要:Grive2 Get dependencies You need to get the dependency libraries along with their development (-dev or -devel) packages: yajl 2.x libcurl STL (libstdc 阅读全文
posted @ 2016-12-22 07:21 CasperWin 阅读(245) 评论(0) 推荐(0)
摘要:Install Google Pinyin on Ubuntu 14.04 I’ve been spending more and more time on Ubuntu and I’m not used to the Chinese keyboard that ships with Ubuntu. 阅读全文
posted @ 2016-12-22 06:24 CasperWin 阅读(851) 评论(0) 推荐(0)
摘要:if you have a .deb file: You can install it using sudo dpkg -i /path/to/deb/file followed by sudo apt-get install -f. 阅读全文
posted @ 2016-12-22 02:58 CasperWin 阅读(378) 评论(0) 推荐(0)
摘要:Deluge Bit Torrent ClientDeluge is among my favorite bit torrent clients for Ubuntu. It is fast, slick and packed with all sorts of functionalities. D 阅读全文
posted @ 2016-12-22 01:33 CasperWin 阅读(273) 评论(0) 推荐(0)
摘要:Say we have installed qt programs and we want to run qtcreator from the command line. What we need here is only to put a soft link to the qtcreator we 阅读全文
posted @ 2016-12-21 07:32 CasperWin 阅读(209) 评论(0) 推荐(0)
摘要:Overview A graphical user interface or GUI enables people especially end users to interactive with ROS through graphical icons and visual indicators. 阅读全文
posted @ 2016-12-21 03:03 CasperWin 阅读(35193) 评论(0) 推荐(0)
摘要:Kazam provides a well designed and easy to use interface for capturing screencasts and screenshots. It can record desktop video and multiple audio str 阅读全文
posted @ 2016-12-18 06:23 CasperWin 阅读(266) 评论(0) 推荐(0)
摘要:When you want to show an URL of remote branches, try: 阅读全文
posted @ 2016-12-15 08:36 CasperWin 阅读(113) 评论(0) 推荐(0)
摘要:Say you want to search for files with keyword as "keyword". 阅读全文
posted @ 2016-12-15 06:54 CasperWin 阅读(116) 评论(0) 推荐(0)
摘要:Example import matplotlib.pyplot as plt import plotly.plotly as py # Learn about API authentication here: https://plot.ly/python/getting-started # Fin 阅读全文
posted @ 2016-12-15 05:18 CasperWin 阅读(311) 评论(0) 推荐(0)
摘要:Download Download the install file from Download MATLAB, Simulink, Stateflow, and Other MathWorks Products Unzip and open downloaded directoy Install 阅读全文
posted @ 2016-12-15 03:32 CasperWin 阅读(2670) 评论(0) 推荐(0)
摘要:Problem "No module named catkin_pkg.package" on catkin_make w/ Indigo I have the problem after anaconda is installed. I get an error because of the di 阅读全文
posted @ 2016-12-15 02:19 CasperWin 阅读(1858) 评论(0) 推荐(0)
摘要:In Ubuntu 14.04 ... ROS environment ROS Indigo; Text Editor gedit vi/vim emac Sublime Text 3 C++ IDE Netbeans 8.2 QtCreator Python IDE Pycharm Spyder 阅读全文
posted @ 2016-12-14 07:50 CasperWin 阅读(165) 评论(0) 推荐(0)
摘要:Here are the procedures we are to follow, Download the source code of an official Python release. Configure the build appropriately for our machine. C 阅读全文
posted @ 2016-12-14 03:31 CasperWin 阅读(440) 评论(0) 推荐(0)
摘要:Coding Before everything we need programming skills in C++ and Python. Book: Modern C++ Programming with Test-Driven Development. Talk NVIDIA at CES 2 阅读全文
posted @ 2016-12-13 08:49 CasperWin 阅读(439) 评论(0) 推荐(0)
摘要:Introducing IPython Notebook IPython isn't a different programming language, it's just a set of computer programs for working with the Python language 阅读全文
posted @ 2016-12-13 08:42 CasperWin 阅读(136) 评论(0) 推荐(0)
摘要:TensorFlow TensorFlow Tutorial Learn Tensorflow TensorFlow based Libraries Keras Among all the Python deep learning libraries, Keras is favorite. We l 阅读全文
posted @ 2016-12-13 06:44 CasperWin 阅读(295) 评论(0) 推荐(0)
摘要:Apparently, this ongoing work is to make a preparation for futural research on Deep Reinforcement Learning. The goal of this work is to build a simula 阅读全文
posted @ 2016-12-09 10:40 CasperWin 阅读(891) 评论(0) 推荐(0)
摘要:Heap 堆(英语:Heap)是计算机科学中一类特殊的数据结构的统称。堆通常是一个可以被看做一棵树的数组对象。在队列中,调度程序反复提取队列中第一个作业并运行,因为实际情况中某些时间较短的任务将等待很长时间才能结束,或者某些不短小,但具有重要性的作业,同样应当具有优先权。堆即为解决此类问题设计的一种 阅读全文
posted @ 2016-12-06 06:28 CasperWin 阅读(1585) 评论(0) 推荐(0)
摘要:I reinstalled my ubuntu system and also ROS. I tested slam_karto package when some strange error came out. I still cannot explain it for now. 'vector' 阅读全文
posted @ 2016-12-03 09:23 CasperWin 阅读(185) 评论(0) 推荐(0)