Giter Site home page Giter Site logo

rl-notebook's Introduction

RL-Notebook

本项目提供了对google的tensorflow下的强化学框架的notebook中文翻译版本

原项目地址:https://github.com/tensorflow/agents

本项目使用jupyter notebook作为主要开发工具,其中涉及到一些Latex公式可能无法直接在其中显示,但安装一些插件之后将会使得jupyter notebook更加强大,具体安装教程链接如下:

【神器】Noteboke好用的插件推荐https://mp.weixin.qq.com/s/hIDi0jwiPbaAuaWMbovRMQ

img

教程目录

TF-Agents: Tensorflow中强化学习的框架

一、Agent(代理)

在TF-Agent中,RL算法的核心元素被实现为Agent。 Agent承担两项主要职责:定义与环境交互的策略,以及如何从收集的经验中学习/训练该策略。

当前,TF-Agents提供以下算法:

二、安装

安装命令

# Installing with the `--upgrade` flag ensures you'll get the latest version.
pip install --user --upgrade tf-agents-nightly  # depends on tf-nightly

三、中文教程

image-20191207140652253

image-20191207140738551

image-20191208112113641

image-20191209145628516

image-20191209145809057

image-20191209145949594

持续更新中·····

四、引用

请使用原仓库中的引用:

@misc{TFAgents,
  title = {{TF-Agents}: A library for Reinforcement Learning in TensorFlow},
  author = "{Sergio Guadarrama, Anoop Korattikara, Oscar Ramirez,
    Pablo Castro, Ethan Holly, Sam Fishman, Ke Wang, Ekaterina Gonina, Neal Wu,
    Efi Kokiopoulou, Luciano Sbaiz, Jamie Smith, Gábor Bartók, Jesse Berent,
    Chris Harris, Vincent Vanhoucke, Eugene Brevdo}",
  howpublished = {\url{https://github.com/tensorflow/agents}},
  url = "https://github.com/tensorflow/agents",
  year = 2018,
  note = "[Online; accessed 25-June-2019]"
}

rl-notebook's People

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

zhenchangxia

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.