This repository demonstrates how to implement a DQN reinforcement learning algorithm to play the CartPole game with TensorFlow 2.0.
Open colab_script.ipynb and then click on the badge Open in Colab
located on the top of the notebook.
First create a virtual environment (recommended).
Then, run the following command with the virtual environment is activated:
pip install -r requirements.txt
python entrypoint.py
streamlit run entrypoint.py