Skip to content

Code for the Reinforcement Learning Competition. The game is Gold Miner.

Notifications You must be signed in to change notification settings

hphuongdhsp/miner-DDQN-pytorch

Repository files navigation

This repository is a python code for training the Double DQN model - Miner game (by Pytorch).

The state of the DDQN is a matrix of 6 dim. The first and second dimensions are for the map, and the last four dimensions are for players. The observation of the CNN is a matrix fixed size 24x(21*5)x(9*5), which is stacked of 4 last states.

This source code is inspired by the work of FPT team (https://github.com/xphongvn/rlcomp2020).

About

Code for the Reinforcement Learning Competition. The game is Gold Miner.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages