machin icon indicating copy to clipboard operation
machin copied to clipboard

Reinforcement learning library(framework) designed for PyTorch, implements DQN, DDPG, A2C, PPO, SAC, MADDPG, A3C, APEX, IMPALA ...

Results 1 machin issues
Sort by recently updated
recently updated
newest added

It seems that your code produce error if the len of your trajectory < 2 ( len(tmp_observations) < 2). I tested this on PPO I don't know if this happens...