Hi,
your code can run but it would have an error when debugging as follows:
'UnicodeDecodeError: 'utf-8' codec can't decode bytes in position 1022-1023: unexpected end of data.'
And in the 'ICM_A2C.py', the loss only consists of forward loss and inverse loss like this: 'total_forward_loss + total_inverse_loss'. However, the loss defined in the paper including other loss.
Could you give me some advice. Thank you for your reply.
Hi,
your code can run but it would have an error when debugging as follows:
'UnicodeDecodeError: 'utf-8' codec can't decode bytes in position 1022-1023: unexpected end of data.'