gersys / DQN-Cartpole_v1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DQN - Cartpole_v1

This is DQN implemented as tensorflow 2. It has done under the Open AI gym Carpole-v1 environment. the used methods are the original DQN & multi-step DQN

Requirements

  • Python 3.6.2
  • tensorflow 2.1.0
  • matplotlib 3.0.2

Usage

Training only original DQN.

> python script.py orgDQN

Training original DQN & multi-step in sequence.

> python script.py orgDQN multistep

Result

Result

About


Languages

Language:Python 100.0%