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

01 2018 档案

摘要:Udacity: Introduction to Operating System Overview 1.Course Readiness Survey 2.P1L1: Course Overview 3.P1L2: Introduction to Operating Systems 4.P2L1: 阅读全文
posted @ 2018-01-29 10:24 CasperWin 阅读(250) 评论(0) 推荐(0)
摘要:It is interesting and aslo necessary to disscuss about the two types in ROS, std_msgs/Empty and std_srv_msgs/Empty. The two message type are indicatin 阅读全文
posted @ 2018-01-24 02:16 CasperWin 阅读(853) 评论(0) 推荐(0)
摘要:Commonly used functions tf.saved_model.loader.load(sess, tags, export_dir) tf.get_default_graph() # Return the default Graph being used in the current 阅读全文
posted @ 2018-01-16 05:14 CasperWin 阅读(422) 评论(0) 推荐(0)
摘要:Overview OpenAI-gym (Git Repo) provides a great toolkit and a playgroud for research on Deep Reinforcement Learning. Furtherly, gym-gazebo (Git Repo), 阅读全文
posted @ 2018-01-15 09:39 CasperWin 阅读(596) 评论(0) 推荐(0)
摘要:Step 1: GPU Instance and AMI The first thing we'll do is select the AMI and an instance with a GPU: Top Left: Service -> EC2 Left Side Bar: Spot Reque 阅读全文
posted @ 2018-01-14 12:43 CasperWin 阅读(141) 评论(0) 推荐(0)
摘要:Use dict.get(key[, default]) to assign default values The code below is functionally equivalent to the original code above, but this solution is more 阅读全文
posted @ 2018-01-11 06:41 CasperWin 阅读(283) 评论(0) 推荐(0)
摘要:Udacity CarND Term3: Path Planning, Concentration and Systems Overview (1/4/2018 - 4/10/2018) Note 2. Search A* Algorithm Dynamic Programming 3. Predi 阅读全文
posted @ 2018-01-02 09:02 CasperWin 阅读(891) 评论(0) 推荐(0)