MehrabKalantary / Mountain-Car-DDQN

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Python 100.0%