Skip to content

Double deep q network implementation in OpenAI Gym's "Mountain Car" environment

Notifications You must be signed in to change notification settings

MehrabKalantary/Mountain-Car-DDQN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Mountain Car Double Deep Q Network

Double deep q network implementation in OpenAI Gym's "Mountain Car" environment

What is OpenAI Gym's "Mountain Car" environment

l

The Mountain Car MDP is a deterministic MDP that consists of a car placed stochastically at the bottom of a sinusoidal valley, with the only possible actions being the accelerations that can be applied to the car in either direction. The goal of the MDP is to strategically accelerate the car to reach the goal state on top of the right hill.

Complete Details

Double Deep Q Network

DDQN architecture

model

Network

We use the following network for this problem

m

Releases

No releases published

Packages

No packages published

Languages