Skip to content
This repository has been archived by the owner on May 6, 2021. It is now read-only.

Latest commit

 

History

History
39 lines (29 loc) · 1.04 KB

README.md

File metadata and controls

39 lines (29 loc) · 1.04 KB

UCB CS294-112 深度强化学习中文笔记

作者:谢天

来源:POST 馆

工作进度上越早落后,你就会有越充足的时间赶上。

下载

Docker

docker pull apachecn0/ucb-cs294-112-notes-zh
docker run -tid -p <port>:80 apachecn0/ucb-cs294-112-notes-zh
# 访问 http://localhost:{port} 查看文档

PYPI

pip install ucb-cs294-112-notes-zh
ucb-cs294-112-notes-zh <port>
# 访问 http://localhost:{port} 查看文档

NPM

npm install -g ucb-cserjiusi-yiyier-notes-zh
ucb-cserjiusi-yiyier-notes-zh <port>
# 访问 http://localhost:{port} 查看文档