Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Server IP in Unity during remote control of agent #6165

Open
Ssstirm opened this issue Oct 29, 2024 · 0 comments
Open

Add Server IP in Unity during remote control of agent #6165

Ssstirm opened this issue Oct 29, 2024 · 0 comments
Labels
request Issue contains a feature request.

Comments

@Ssstirm
Copy link

Ssstirm commented Oct 29, 2024

Hi, I'm trying to develop an agent which with python control the behavior with the mlagent Python API. There is a problem that if I want to release the game as client and user python as server to control the agent. I think I need to use an 0.0.0.0 for ip address for python to listen

self.server.add_insecure_port("[::]:" + str(self.port))

I was wondering if there is any parameter to set in the unity C# script to open the specific ip to connect.

Thanks for any help regarding to this problem.

@Ssstirm Ssstirm added the request Issue contains a feature request. label Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
request Issue contains a feature request.
Projects
None yet
Development

No branches or pull requests

1 participant