Brian Zier

Results 36 comments of Brian Zier

Hi @Redrew. I apologize for the insanely long delay in responding to you. --- ### Regarding the original question: **How to connect with VNC when using the 'standard instructions' running...

As far as the documentation is concerned, I could certainly add those steps above, but I think I would prefer to rely on the docker-compose setup for running each of...

See some of the discussion around this for SSB [here](https://github.com/bzier/gym-mupen64plus/issues/59#issuecomment-390510712).

That's a good point. I am wondering if I can just specify the necessary options and leave the rest out. Perhaps it will default any that aren't provided. I'll test...

@roclark, that all sounds reasonable to me. Running this all in docker resolves a lot of the issues in my original post. I think we can close this with #69

In looking at this a little bit, it seems like the gym registration allows for passing arguments to the constructor of the environment class (see [here](https://github.com/openai/gym/blob/0eccce8146d011f7691f4aff5766be7c5a4d8cbd/gym/envs/registration.py#L89)). I had missed that...

Thanks @roclark! I'll take a look soon. I actually have a TODO list I'm working through, and I have these on the list: ``` - Create issues: - Upgrade base...

This isn't exactly the same error as described above (haven't actually seen that one in a long time). However, another somewhat related issue is that if you `close()` the environment,...

I realized that the readme links to another [repo](https://github.com/bzier/universe-starter-agent/tree/mario-kart-agent) that I have with an A3C agent. I'd like to make sure that these changes are either backwards compatible with that...

No worries on the delay, I totally understand how it goes. It might be that the existing agent isn't (easily) able to be made compatible with the new gym. That...