Skip to content
This repository has been archived by the owner on Jul 26, 2021. It is now read-only.

Latest commit

 

History

History
executable file
·
37 lines (23 loc) · 999 Bytes

README.md

File metadata and controls

executable file
·
37 lines (23 loc) · 999 Bytes

DQN Maze

Release Tag

Issues Commits

Languages Size

The topology of the NoisyNet.

model

In hidden layers is used ReLU activation function and linear activation function is used in the output layer.

States

26 inputs = 2 position + 24 objects around agent

Actions

  • Up
  • Down
  • Left
  • Right

Run

python3 main.py

License

MIT