1. Spring Boot概述
Spring Boot介绍
Spring Boot是Pivotal团队在2014年推出的全新框架,主要用于简化Spring项目的开发过程,可以使用最少的配置快速创建Spring项目。
Spring Boot版本
2014年4月v1.0.0.RELEASE发布。 2.Spring Boot特性 约定优于配…
准备四台服务器:
docker0
docker1
docker2
docker3
在docker0服务器上生成公钥和私钥
[rootwww ~]# ssh-keygen -t rsa Generating public/private rsa key pair. Enter file in which to save the key (/root/.ssh/id_rsa): Created directory /root/.ssh. Enter passp…
Reinforcement Learning with Code【Code 6. Advantage Actor-Critic(A2C)】
This note records how the author begin to learn RL. Both theoretical understanding and code practice are presented. Many material are referenced such as ZhaoShiy…