A3C Agent with ConvLSTM instead of LSTM playing VizDoom
Asynchronous Adantage Actor Critic A3C with Convolutional LSTM. The code is from Arthur's Juliani notebook, which uses a fully connected LSTM. Here, instead, I use a Convolutional LSTM for experimentation purposes.
- Python 3
- VizDoom
- Tensorflow