All Projects → iKeepo → stable-baselines-zh

iKeepo / stable-baselines-zh

Licence: other
Stable Baselines官方文档中文版

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to stable-baselines-zh

tensorflow-chatbot-chinese
網頁聊天機器人 | tensorflow implementation of seq2seq model with bahdanau attention and Word2Vec pretrained embedding
Stars: ✭ 50 (-33.33%)
Mutual labels:  chinese
chinese-learner
A desktop web application for learning Mandarin Chinese and its character stroke order.
Stars: ✭ 22 (-70.67%)
Mutual labels:  chinese
Vanhiupun.github.io
🏖️ Vanhiupun's Awesome Site ==> another theme for elegant writers with modern flat style and beautiful night/dark mode.
Stars: ✭ 57 (-24%)
Mutual labels:  chinese
date-extractor
Extract dates from text
Stars: ✭ 58 (-22.67%)
Mutual labels:  chinese
next-qrcode
React hooks for generating QRCode for your next React apps.
Stars: ✭ 87 (+16%)
Mutual labels:  chinese
embedding study
中文预训练模型生成字向量学习,测试BERT,ELMO的中文效果
Stars: ✭ 94 (+25.33%)
Mutual labels:  chinese
discussion
記錄有關繁化姬的議題或是內容
Stars: ✭ 33 (-56%)
Mutual labels:  chinese
BERT-chinese-text-classification-pytorch
This repo contains a PyTorch implementation of a pretrained BERT model for text classification.
Stars: ✭ 92 (+22.67%)
Mutual labels:  chinese
NLPDataAugmentation
Chinese NLP Data Augmentation, BERT Contextual Augmentation
Stars: ✭ 94 (+25.33%)
Mutual labels:  chinese
ime.vim
A Vim input method engine
Stars: ✭ 74 (-1.33%)
Mutual labels:  chinese
Email-newsletter-RSS
邮箱 📧 newsletter RSS 荟萃 News
Stars: ✭ 1,225 (+1533.33%)
Mutual labels:  chinese
deep-rl-docker
Docker image with OpenAI Gym, Baselines, MuJoCo and Roboschool, utilizing TensorFlow and JupyterLab.
Stars: ✭ 44 (-41.33%)
Mutual labels:  openai-baselines
word2vec-movies
Bag of words meets bags of popcorn in Python 3 中文教程
Stars: ✭ 54 (-28%)
Mutual labels:  chinese
rl reach
RL Reach is a platform for running reproducible reinforcement learning experiments.
Stars: ✭ 34 (-54.67%)
Mutual labels:  stable-baselines
chinese-tokenizer
Tokenizes Chinese texts into words.
Stars: ✭ 72 (-4%)
Mutual labels:  chinese
exhentai-tags-chinese-translation
E-Hentai/ExHentai 全部 TAGs 中文翻译
Stars: ✭ 273 (+264%)
Mutual labels:  chinese
eslint-config-mingelz
A shared ESLint configuration with Chinese comments. 一份带有完整中文注释的 ESLint 规则。
Stars: ✭ 15 (-80%)
Mutual labels:  chinese
predict Lottery ticket
双色球+大乐透彩票AI预测
Stars: ✭ 341 (+354.67%)
Mutual labels:  chinese
V-zh
中文翻译:<vlang-io/V> V 编程语言(未发布,但从数据看,值得了解一下) ❤️ ❤️
Stars: ✭ 12 (-84%)
Mutual labels:  zh
ModernSecurityProtectionGuide
Modern Security Protection Guide
Stars: ✭ 72 (-4%)
Mutual labels:  chinese
  • Stable Baselines官方文档中文版

    起这个名字有点膨胀了。

    网上没找到关于Stable Baselines使用方法的中文介绍,故翻译部分官方文档。非专业出身,如有错误,请指正。

    官方文档中文版汇总:Github CSDN

  • 注释

    @@@后的内容是自己加的注释

--------------------------------------------------------以下为翻译正文------------------------------------------------------------

Stable Baselines是一组基于OpenAI Baselines的改进版强化学习(RL: Reinforcement Learning)实现。

Github网址: https://github.com/hill-a/stable-baselines

RL Baselines Zoo(预训练agents集合):https://github.com/araffin/rl-baselines-zoo

RL Baselines zoo也提供一个简单界面,用于训练、评估agents以及超参数微调。

你可以在Medium上查看一篇详细介绍Stable Baselines的文章:《Stable Baselines: OpenAI Baselines的分支:让强化学习更容易

  • 与OpenAI Baselines的主要区别

    此工具集源自OpenAI Baselines的一个分支,进行了主体结构重塑和代码清理:

    • 统一算法结构
    • PEP8兼容(统一代码风格)
    • 文档化的函数和类
    • 更多的测试&更多的代码覆盖
  • 用户向导

  • 强化学习算法

  • Common

  • Misc

  • 引用Stable Baselines

    在作品中引用此项目:

    @misc{stable-baselines,
      author = {Hill, Ashley and Raffin, Antonin and Ernestus, Maximilian and Gleave, Adam and Traore, Rene and Dhariwal, Prafulla and Hesse, Christopher and Klimov, Oleg and Nichol, Alex and Plappert, Matthias and Radford, Alec and Schulman, John and Sidor, Szymon and Wu, Yuhuai},
      title = {Stable Baselines},
      year = {2018},
      publisher = {GitHub},
      journal = {GitHub repository},
      howpublished = {\url{https://github.com/hill-a/stable-baselines}},
    }
  • 贡献

    如有兴趣改进RL baselines,有很多工作需要做。具体待修事宜见 roadmap.

    如果你想参与,请先阅读CONTRIBUTING.md

  • 索引和表格

    • 索引
    • 搜索页面
    • 模型索引

更多详细内容见Github:https://github.com/DBWangML/stable-baselines-zh

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].