gym-http-api
gym-http-api copied to clipboard
Making the API compatible with other environments
Hello,
Currently, the API doesn't seem to be compatible with environments like Doom or ATARI.
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.
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.