Philip Paquette

Results 11 comments of Philip Paquette

The current frontend is built using ReactJS, so it should be customizable if you want to. Otherwise, have a look at the requests / responses being sent by the frontend...

The requests are documented [here](http://docs.diplomacy.ai/en/stable/api/diplomacy.communication.requests.html) The responses are documented [here](http://docs.diplomacy.ai/en/stable/api/diplomacy.communication.responses.html) It's not REST, but JSON requests/responses. It should be easy to modify if you want additional functionalities.

Thanks for the report. This seems to be a edge case on the web interface. When there is a fleet that is dislodged on a coast, and another fleet is...

@notoraptor Can you take a look at this? Seems to be a bug on the web interface when a fleet on a coast is dislodged.

1) Make sure you have the required dependencies installed. ``` apt-get install -y python-numpy cmake zlib1g-dev libjpeg-dev libboost-all-dev gcc libsdl2-dev wget unzip git ``` 2) Make sure you have all...

@LinZichuan . Have a look at the comments here: https://github.com/openai/gym/issues/247 Are you able to render other gym envs, or is it specific to gym-doom?

I don't think there is an easy way to disable the FCEUX gui. You should try contacting the FCEUX developers and see what they say. > On Sep 15, 2017,...

There are no easy ways. You could try building the fceux engine without GUI support, or you could try improve the communication mechanism (currently named pipe) between Python and FCEUX....

Unfortunately, the doom_py package doesn't support Windows.