Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apachecn/ucb-cs294-112-notes-zh
UCB CS294-112 深度强化学习中文笔记
https://github.com/apachecn/ucb-cs294-112-notes-zh
Last synced: 6 days ago
JSON representation
UCB CS294-112 深度强化学习中文笔记
- Host: GitHub
- URL: https://github.com/apachecn/ucb-cs294-112-notes-zh
- Owner: apachecn
- License: other
- Archived: true
- Created: 2019-07-16T02:14:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-02T12:37:09.000Z (almost 4 years ago)
- Last Synced: 2024-09-01T07:38:38.995Z (2 months ago)
- Language: JavaScript
- Homepage: https://apachecn.github.io/ucb-cs294-112-notes-zh
- Size: 2.14 MB
- Stars: 48
- Watchers: 4
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UCB CS294-112 深度强化学习中文笔记
> 作者:[谢天](https://www.zhihu.com/people/xie-tian-55-77)
>
> 来源:[POST 馆](https://zhuanlan.zhihu.com/c_150977189)
>
> 工作进度上越早落后,你就会有越充足的时间赶上。* [在线阅读](https://apachecn.github.io/ucb-cs294-112-notes-zh)
* [在线阅读(Gitee)](https://apachecn.gitee.io/ucb-cs294-112-notes-zh/)
* [ApacheCN 机器学习交流群 629470233](http://shang.qq.com/wpa/qunwpa?idkey=30e5f1123a79867570f665aa3a483ca404b1c3f77737bc01ec520ed5f078ddef)
* [ApacheCN 学习资源](http://www.apachecn.org/)## 下载
### Docker
```
docker pull apachecn0/ucb-cs294-112-notes-zh
docker run -tid -p :80 apachecn0/ucb-cs294-112-notes-zh
# 访问 http://localhost:{port} 查看文档
```### PYPI
```
pip install ucb-cs294-112-notes-zh
ucb-cs294-112-notes-zh
# 访问 http://localhost:{port} 查看文档
```### NPM
```
npm install -g ucb-cserjiusi-yiyier-notes-zh
ucb-cserjiusi-yiyier-notes-zh
# 访问 http://localhost:{port} 查看文档
```