An open API service indexing awesome lists of open source software.

https://github.com/jhrcook/rl-playground

A Jupyter Lab for experimenting with Reinforcement Learning.
https://github.com/jhrcook/rl-playground

deep-q-network jupyter-lab jupyter-notebook jupyterlab reinforcement-learning tensorflow tensorflow2

Last synced: 2 months ago
JSON representation

A Jupyter Lab for experimenting with Reinforcement Learning.

Awesome Lists containing this project

README

          

# Reinforcement Learning Playground

[![jhc github](https://img.shields.io/badge/GitHub-jhrcook-181717.svg?style=flat&logo=github)](https://github.com/jhrcook)
[![jhc twitter](https://img.shields.io/badge/Twitter-@JoshDoesA-00aced.svg?style=flat&logo=twitter)](https://twitter.com/JoshDoesa)
[![jhc website](https://img.shields.io/badge/Website-Joshua_Cook-5087B2.svg?style=flat&logo=telegram)](https://joshuacook.netlify.com)

A Jupyter Lab for experimenting with Reinforcement Learning.

I am currently following the tutorials available from the TF-Agents library: [TF-Agents tutorials](https://github.com/tensorflow/agents/tree/master/docs/tutorials)

[A Deep Q-Network to play the 'Cart-Pole game'](./notebooks/rl_cartpole.ipynb)