gym-http-api icon indicating copy to clipboard operation
gym-http-api copied to clipboard

Making the API compatible with other environments

Open rubenfiszel opened this issue 9 years ago • 2 comments

Hello,

Currently, the API doesn't seem to be compatible with environments like Doom or ATARI.

rubenfiszel avatar Aug 17 '16 22:08 rubenfiszel

Make sure you install the Atari environments with pip install gym[atari]. Before I did that, I was getting an unhelpful error from the API. After I ran that, I was able to use Pong-v0 and others.

unixpickle avatar Apr 18 '17 14:04 unixpickle

on a related note, can we also use this with the retro environments?

edit: I tried, but the serialization overhead is too big to make it usable.

KiaraGrouwstra avatar May 19 '18 09:05 KiaraGrouwstra