Francis-Bui / DinoBot

A DQN designed to beat the google dinosaur game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DinoBot

A DQN designed to beat the google dinosaur game

    EPISODE_COUNT = 1000
    COPY_COUNT = 30
    self.gamma = 0.8
    self.epsilon = 0.95
    self.decayRate = 0.999
    self.actionCount = 3
    self.batchSize = 32

About

A DQN designed to beat the google dinosaur game


Languages

Language:Python 100.0%