Tensorflow-2-Reinforcement-Learning-Cookbook icon indicating copy to clipboard operation
Tensorflow-2-Reinforcement-Learning-Cookbook copied to clipboard

Tensorflow 2 Reinforcement Learning Cookbook, published by Packt

Results 4 Tensorflow-2-Reinforcement-Learning-Cookbook issues
Sort by recently updated
recently updated
newest added

In Chapter 2 Notebook 7_poliucy_gradients When I increase the number of episodes to 1000 the reward never increases from -199.0

There is a bug in the way log_prob is calculated. Last step reduce_sum is supposed to be over the action space, not actions from the batch. Fixed with adding axis=1

@praveen-palanisamy I am unable to create render from trading_utils.py, not creating any charts in crypto_trading_continuous_env, neither in sac_agent. Using the same code given in the source directory. Please help

Hello! First of all, I want to commend your code, it's excellent! Thank you very much for your work! However, I have a question regarding the file Chapter03/4_drqn.py. Shouldn't it...

question