Simple DQN implementation in R
Original Paper: Playing Atari with Deep Reinforcement Learning
- tensorflow
- reticulate
.
├── Agent.R # Agent class is defined here
├── assets
├── DQN-in-R.Rproj
├── main.R # the main file to run
├── Memory.R # Memory class is defined here (aka Experience Replay Memory)
├── README.md
└── train.R # training helper function