Deep_reinforcement_learning_Course
Deep_reinforcement_learning_Course copied to clipboard
Implementations from the free course Deep Reinforcement Learning with Tensorflow and PyTorch
I learn Chapter5 and write Policy Gradient into tf 2.0 according to "Policy Gradient/Doom", and I just wonder if this code is really work. Because after a night of training,...
Undefined variable rewards_list
Hello, I've tried adapting your approach during training to some pre-existing code of mine, however I am constantly met with the ValueError. My model is different from yours, but essentially...
Hello, where can I download the game? I try to find the rom on internet but failed.
When I pip installed vizdoom, I get an error as "Command "python setup.py egg_info" failed with error code 1 in C:\Users\Admin\AppData\Local\Temp\pip-install-1fe7dcqa\vizdoom\" Any help or suggestion is highly appreciated.
I was testing the code, and skipped training to check the agent with random choices. I changed the original code where the agent plays after training so to let the...
1. Fix the URL to show the image link properly for taxi.png 2. Use np.mean() to average the rewards for the algorithm test. 3. Clear the output from the notebook...
Issue: URL broken for deterministic version. Fixes #79
The hyperlink redirects to the same page (https://github.com/goelakash/Deep_reinforcement_learning_Course/tree/master/Q%20learning/FrozenLake). Error is in this file: https://github.com/simoninithomas/Deep_reinforcement_learning_Course/blob/master/Q%20learning/FrozenLake/readme.md
I think that my training part is't working. Here is the picture.   There is no error here.