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

ImportError: cannot import name 'atomic_write' from 'gym.utils'

Open Roker301 opened this issue 1 year ago • 2 comments

This error occurs when I run dqn.py in "examples"

Roker301 avatar Aug 23 '23 13:08 Roker301

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 Sep 09 '23 13:09 Limmen

@Roker301 , It works on my end after testing pip install gym-idsgame==1.0.13

Awsnaser avatar Nov 15 '23 19:11 Awsnaser