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

What versions of packages are used in gym-idsgame?

Open shigens opened this issue 4 years ago • 1 comments

Hi, Dr. Hammar, I run your gym-idsgame. However, I have troubles. Could you please provide the detailed versions of the following packages used in gym-idsgame. Thanks.

OpenAI Gym NumPy Pyglet (OpenGL 3D graphics) GPU for 3D graphics acceleration (optional) jsonpickle (for configuration files) torch (for baseline algorithms)

shigens avatar Oct 07 '20 01:10 shigens

Hi, @shigens , can you detail your error, what code are you running? I have verified with the folllowing versions:

pyglet 1.5.0 numpy 1.17.2 jsonpickle 1.3 torch 1.4.0 torchvision 0.5.0

AFAIK there are no breaking changes recently so any recent version of the above packages is fine, you don't need the exact versions.

Limmen avatar Oct 20 '20 15:10 Limmen