首先列上参考的资料来源 http://wiki.nesdev.com/w/index.php/NES_reference_guide 算是最全的FC相关资料的网站,能在这里找到所有的FC硬件信息以及逻辑(个人认为查找信息可以,但是不适合用来上手,信息过于详细) https://github.com/ ...
分类:
其他好文 时间:
2020-02-05 13:46:31
阅读次数:
158
强化学习算法类型 策略梯度:可直接区别以上的目标 基于值:估计最优策略(不明确哪个是最优的策略情况下估计)的值函数和Q函数 Actor-critic(演员-评论家):使用当前策略去估计值函数和Q函数来改进策略 基于模型:估计转换模型,接着 1.让该模型去规划不明确的策略 2.让该模型去改进策略 3. ...
分类:
其他好文 时间:
2020-02-04 12:16:47
阅读次数:
71
1.环境 CDH 5.16.1 Spark 2.3.0.cloudera4 2.核心概念 官网: https://spark.apache.org/docs/2.3.0/streaming programming guide.html GitHub: https://github.com/apach ...
分类:
其他好文 时间:
2020-02-02 23:57:50
阅读次数:
161
从这篇文章开始,我将会从 0 开始,介绍如何基于云开发开发一个 Vue 应用程序。 ...
分类:
Web程序 时间:
2020-02-02 14:06:46
阅读次数:
79
在kubernetes的scheduler调度器的设计中为用户预留了两种扩展机制SchdulerExtender与Framework,本文主要浅谈一下SchdulerExtender的实现, 因为还有一篇Framework, 所以本文的k8s代码切到1.18版本 1. 设计思路 1.1 实现机制 S ...
分类:
Web程序 时间:
2020-02-01 22:54:49
阅读次数:
169
"Git 使用指南" "Andorid 命名规范" "Android 学习资料收集" ...
分类:
其他好文 时间:
2020-01-31 00:55:29
阅读次数:
69
以下是一些关于python 集成docker 的文章,很不错 The basics Broken by default: why you should avoid most Dockerfile examplesMost Dockerfile examples you’ll find on the ...
分类:
编程语言 时间:
2020-01-30 12:46:48
阅读次数:
79
how does php work with Apache? https://stillat.com/blog/2014/04/02/how does php work with the web server and browser ...
分类:
Web程序 时间:
2020-01-26 20:56:56
阅读次数:
81
Using WebSocket to build an interactive web application This guide walks you through the process of creating a “Hello, world” application that sends m ...
分类:
移动开发 时间:
2020-01-26 17:34:32
阅读次数:
208
来自官方文档:https://spring.io/guides/gs/serving-web-content/ This guide walks you through the process of creating a “Hello, World” web site with Spring. Wh ...
分类:
编程语言 时间:
2020-01-26 16:07:59
阅读次数:
98