Crazy Python

Results 4 comments of Crazy Python

> 6)- Uncheck the "Automatically... BLA BLA" checkbox Hello, Thanks for the solution, but doesnt seem to work now. I got hp Pavilion 15-EC2150AX laptop and the settings specified doesnt...

> deltas = [r + gamma * (1 - d) * nv - v for r, d, nv, v in zip(rewards, dones, next_values, values)] > > TypeError: unsupported operand type(s)...

> rewards = [0 if reward is None else reward for reward in rewards] > > Add this above deltas = [r + .... Mind elaborating a bit more? It...

> Hey everyone, > > The implemented code by @alighten-dev, is working with no errors for me, and has good performance and benchmark, but it seems to create different outputs...