-
Notifications
You must be signed in to change notification settings - Fork 5
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
ConnectionResetError: [Errno 104] Connection reset by peer #4
Comments
Hi Rodger, please try the new version and let me know if the issue persists. Thanks. |
Hi Cheng, it seems the issue is still there. Here is a full log:
|
To follow up on this issue, I initialized the game server before running the script and I got the similar issue:
On the server side, it seems it has been killed automatically:
|
Hi Rodger, |
Thanks, Cheng. Below is the environments info:
And the steps I've taken are:
|
Hi Luo, I have updated a version. The new version will open a new terminal window to run the server. Please let me know if the problem still exist. Cheers. |
Hi Cheng, Thanks a ton for the update! I saw this error when I run the code:
Note that I'm running the code on an AWS instance. I'm not sure it prevents launching a new terminal window? |
Hi Rodger, it is a bit tricky to run on AWS, although we did our test on AWS as well, it only supports 'symbolic' mode atm. The initial version (you can activate it by setting Can you please verify if the following code can successfully run start the server?
|
I also have a question regarding
|
Hi Hawe, Apologies for the delay in getting back to you. Regarding your questions: The addition of --dev > out 2>&1 corresponds to the use of symbolic states. But when the image representation is used, the agent will not read from the symbolic states, so adding --dev will not alter the result. When self.state_repr_type == "symbolic", the agent requests symbolic state representation from the server. The presence of --dev ensures accurate information retrieval. Conversely, when self.state_repr_type != "symbolic", the agent doesn't engage with symbolic representation and requests only the images. Regarding the presence of both self.headless_server and self.if_head, it was an issue during our code refactoring. We are planning to integrate the Java server directly into Unity for improved usability without additional configurations. We're committed to addressing these concerns and improving code readability in our next release. Please let me know if you have future questions or would like more clarifications. Cheers, |
Hello,
I'm trying to train a PPO agent with Stable Baselines, followed by the instructions on Sec 5.2.2. After running
./TrainAndTestOpenAIStableBaselines.sh within_template
, I got the following error:I wonder if I miss a step to activate the ScienceBird application? Please let me know.
Thank you!
The text was updated successfully, but these errors were encountered: