badkoubeh / tensorflow2-deep-reinforcement-learning

Code accompanying the blog post "Deep Reinforcement Learning with TensorFlow 2.1"

Home Page:http://inoryy.com/post/tensorflow2-deep-reinforcement-learning/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deep Reinforcement Learning with TensorFlow 2.1

Source code accompanying the blog post Deep Reinforcement Learning with TensorFlow 2.1.

In the blog post, I showcase the TensorFlow 2.1 features through the lens of deep reinforcement learning by implementing an advantage actor-critic agent, solving the classic CartPole-v0 environment. While the goal is to showcase TensorFlow 2.1, I also provide a brief overview of the DRL methods.

You can view the code either as a notebook, a self-contained script, or execute it online with Google Colab.

To run it locally, install the dependencies with pip install -r requirements.txt.

About

Code accompanying the blog post "Deep Reinforcement Learning with TensorFlow 2.1"

http://inoryy.com/post/tensorflow2-deep-reinforcement-learning/


Languages

Language:Jupyter Notebook 89.6%Language:Python 10.4%