google-research / falken

Falken provides developers with a service that allows them to train AI that can play their games
Apache License 2.0
253 stars 35 forks source link

configure network environment falken service #30

Closed MoSyazwan closed 3 years ago

MoSyazwan commented 3 years ago

Hi,

I would like to configure Falken Service on an independent server with it own ip instead of localhost. Do I just change the IP address in the service json file only? how bout the environment key in the json that currently only show "local" is there any other value that i can use?. tried looking into the generate sdk config file, but there is only local config (_LOCAL_CONNECTION_CONFIG)

hinasakazaki commented 3 years ago

I believe for the SDK side the json should be sufficient. Since doing our open source migration, we haven't tested running the service non-locally, so we'll see.

For launching the service, make sure to update the launcher -- probably obvious, but making sure that's what you mean.

MoSyazwan commented 3 years ago

I believe for the SDK side the json should be sufficient. Since doing our open source migration, we haven't tested running the service non-locally, so we'll see.

For launching the service, make sure to update the launcher -- probably obvious, but making sure that's what you mean.

awesome,thank you.