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.
- Host: GitHub
- URL: https://github.com/jhrcook/rl-playground
- Owner: jhrcook
- Created: 2020-03-18T12:13:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-18T12:18:09.000Z (over 6 years ago)
- Last Synced: 2025-01-13T11:50:09.147Z (over 1 year ago)
- Topics: deep-q-network, jupyter-lab, jupyter-notebook, jupyterlab, reinforcement-learning, tensorflow, tensorflow2
- Language: Jupyter Notebook
- Homepage:
- Size: 853 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reinforcement Learning Playground
[](https://github.com/jhrcook)
[](https://twitter.com/JoshDoesa)
[](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)