Use int32 instead of int
Created by: TonyLianLong
https://github.com/PaddlePaddle/PARL/blob/develop/parl/algorithms/fluid/ddqn.py#L78
I believe the latest paddle paddle does not support 'int' as a type. You can run DQN_variant example as a proof.
Created by: TonyLianLong
https://github.com/PaddlePaddle/PARL/blob/develop/parl/algorithms/fluid/ddqn.py#L78
I believe the latest paddle paddle does not support 'int' as a type. You can run DQN_variant example as a proof.