GithubHelp home page GithubHelp logo

yaoxingye / tensorflow2.0-for-deep-reinforcement-learning Goto Github PK

View Code? Open in Web Editor NEW

This project forked from huixxi/tensorflow2.0-for-deep-reinforcement-learning

0.0 0.0 0.0 3.82 MB

TensorFlow 2.0 for Deep Reinforcement Learning. :octopus:

Python 100.00%

tensorflow2.0-for-deep-reinforcement-learning's Introduction

TensorFlow 2.0 for Deep Reinforcement Learning

This is a simple tutorial of deep reinforcement learning with tensorflow 2.0, which has simple demos and detailed model implementations to help beginners get start in this research region.

How to install TensorFlow 2.0

$ conda create --name tensorflow_2_0
$ conda activate tensorflow_2_0
$ pip install tensorflow==2.0.0-b1 # pip install tensorflow-gpu==2.0.0-b1 for GPU version

Test:

>>> import tensorflow as tf
>>> tf.__version__
'2.0.0-beta1'

TensorFlow 2.0 Tutorial

Python Tutorial

  • Welcome to visit my Fast Py3 Repo. This is a fast python3 tutorial.

Gym Tutorial

Reinforcement Learning

Book notes ...

Deep Reinforcement Learning

Paper Reading

  • Welcome to visit my personal blog website: HU's Blog. There is a list of RL Paper Overviews.

Flag Counter

tensorflow2.0-for-deep-reinforcement-learning's People

Contributors

huixxi avatar

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.