Ke
Ke
Hi, I don't know if you have figured this out already, but I was following the [notebook](https://github.com/simoninithomas/Deep_reinforcement_learning_Course/blob/master/Dueling%20Double%20DQN%20with%20PER%20and%20fixed-q%20targets/.ipynb_checkpoints/Dueling%20Deep%20Q%20Learning%20with%20Doom%20(%2B%20double%20DQNs%20and%20Prioritized%20Experience%20Replay)-checkpoint.ipynb) for DDDQN doom, and I had the same memory overflow. To answer your...
Of course! To get the element from the lists of three elements, I did this: `state = game.get_state().screen_buffer[0]` I also made some other changes for the code to run, however,...