gym-idsgame icon indicating copy to clipboard operation
gym-idsgame copied to clipboard

TypeError: cannot unpack non-iterable numpy.int64 object

Open Peter-of-Astora opened this issue 11 months ago • 1 comments

Hello! This error comes from the Class "IdsGameEnv", in the function "step". And it is in this line: attack_action, defense_action = action

And I am wondering what is this line used for, and how can I solve the problem.

Thank you!( •̀ ω •́ )✧

Peter-of-Astora avatar Mar 04 '24 07:03 Peter-of-Astora

Hi, this library is not actively maintained. You can still use it but you need to fix import errors yourself, i.e. upgrading the dependencies. For an up-to-date library, see: https://github.com/Limmen/csle

Limmen avatar Mar 09 '24 11:03 Limmen