/inverted-pendulum-dqn

Deep Q Learning to control the Inverted Pendulum using PyTorch and OpenAI Gym

MIT LicenseMIT

Inverted Pendulum Control

Deep Q Learning to control the Inverted Pendulum using PyTorch and OpenAI Gym

Installation

Run this in the project root.

conda env create -f environment.yml

Update the environment using

conda env update -f environment.yml --prune