准备四台服务器:
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…