Oblivion

Results 3 issues of Oblivion

Guys, If you have any questions about the paper, you can just email to the corresponding author. GitHub Issues is meant to report bugs of the project. Please read [this](https://guides.github.com/features/issues/)...

I've set `use_gpu = True`, but the GPU useage is almost close to zero when running the code. When I look into tensorboard, it shows that all operations are assigned...

Hi Siraj, great coding ever! However, I wonder the code in line 145 `actor_target_weights = self.target_critic_model.get_weights()` should it be `actor_target_weights = self.target_actor_model.get_weights()` ? And in line 153, would it be...