240
笔下虽有千言,胸中实无一策
摘要: 1. Overview Organization Machine Learning > Deep Learning > Deep Reinforcement Learning [Learning Road Map] Reinforcement Learning Architecture Post: 阅读全文
posted @ 2017-01-08 17:06 CasperWin 阅读(1016) 评论(0) 推荐(0) 编辑
摘要: Day 1: Building the static model Source Sources for this tutorial can be found on GitHub Setting up ROS: Indigo OS: Ubuntu 14.04 OS: Gazebo 7.0.0 Init 阅读全文
posted @ 2017-01-07 04:58 CasperWin 阅读(1899) 评论(0) 推荐(0) 编辑
摘要: Deep Learning Machine Learning (Coursera) > Deep Learning (Stanford, Bayareadlschool) > Deep Reinforcement Learning (UC Berkeley) Reinforcement Learni 阅读全文
posted @ 2017-01-06 15:05 CasperWin 阅读(247) 评论(0) 推荐(0) 编辑
摘要: Official Wiki ROS.ORG(wiki.ros.org) Robots Using ROS Textbooks A Gentle Introduction to ROS Learning ROS for Robotics Programming 1st Edition [pdf] [c 阅读全文
posted @ 2017-01-06 06:46 CasperWin 阅读(407) 评论(0) 推荐(0) 编辑
摘要: Say we have a latest Blender extracted from the download package. We want to create a launcher for Blender so that we can start it from the Unity Dash 阅读全文
posted @ 2017-01-06 02:25 CasperWin 阅读(206) 评论(0) 推荐(0) 编辑
摘要: Blender Blender is the best free and open source 3D modelling program out there by a long shot! The program is under constant development, has a huge 阅读全文
posted @ 2017-01-05 05:02 CasperWin 阅读(298) 评论(0) 推荐(0) 编辑
摘要: Installation $ chmod +x qt-opensource-linux-x64-5.7.0.run $ ./qt-opensource-linux-x64-5.7.0.run Path Configuration Set default used version of Qt / qm 阅读全文
posted @ 2017-01-04 10:52 CasperWin 阅读(670) 评论(0) 推荐(0) 编辑
摘要: Install Nvidia driver 367.18 or later from ppa:graphics-drivers/ppa as follows: sudo add-apt-repository ppa:graphics-drivers/ppa sudo apt-get update s 阅读全文
posted @ 2017-01-04 02:29 CasperWin 阅读(269) 评论(0) 推荐(0) 编辑
摘要: 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 阅读(666) 评论(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 阅读(1598) 评论(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 阅读(686) 评论(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 阅读(240) 评论(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 阅读(842) 评论(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 阅读(369) 评论(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 阅读(267) 评论(0) 推荐(0) 编辑