bitisony / TensorFlow2.0-for-Deep-Reinforcement-Learning

TensorFlow 2.0 for Deep Reinforcement Learning. :octopus:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

TensorFlow 2.0 for Deep Reinforcement Learning. :octopus:


Languages

Language:Python 100.0%