Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 624 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 624 Bytes

DQN & Dueling DQN Agents for 'MountainCar-v0'

  • Tensorflow based DQN Agent for 'MountainCar-v0' openai gym environment.
  • PyTorch based DDQN Agent for 'MountainCar-v0' openai gym environment.

Agent Training & Testing Profile

  1. DDQN Agent

  2. DQN Agent

Dependencies

Install dependencies using:

pip install -r requirements.txt 

Contact