Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Multiple environments in reinforcement learning
  • From: Jordan Poots <jordan.poots@xxxxxxxxxxx>
  • Date: Wed, 18 Jan 2023 08:58:43 +0000
  • Accept-language: en-GB, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=none; dmarc=none; dkim=none; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=AV1MMFnX71DlyLonNPBDwOCE4MJa4Q6sSk+f7Vt8QmA=; b=KedNnLm2C59B4JDAu/s47sOwmasNWpM4HrGbJe+xirfPbVjiqhDp1qfLopf1df/YZGkW1vUXiBjjnMpk2TPMP46FBW6F4pI8K92whw0NZx8kvggLxGAWXTBHCZW3NLeVkXKrOT/23z2tcwbWAFIIl4rA9gUcN2ePk0+5QEdclfswYmssTxfaDlmn3WB1IhKZalwnC04KyG6lnFQ6H1jCy6gfomYgBYNT0kSCO+hy9w/DrtHfMu2nUcKn1WKKHbvoptkYOvJWf+16i8eQUtMk2G5cknxOmOpi5+2FDnIb1nEDNpDkER/3Kl9dHfB+r+8v+F8Cwt+STp1cstvhntVqog==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=bqv008CJ4k5Rczx+JHOWDf48+48Q/dlCGB9V1ZGLBcTIq2HOSNVXPHC6GWyHvLOF4QNiIzZvpAUs7+6yx64V9MTC3mjGpJRq6DhBxk+cWa54Ma374b1xW+MZaAVbU4Ov6kQ6wU/puvYIqcOkrdp8BiOUpuNPxtSHUnzwcq4v2JvkCtu4VVJWD6EyPsU6m3V3dDAvhxwjCLWGHCQTBZbZLzO6TWRYaw1rLnpVG4O3mQAI5jq5NTCITVzHXKQOxtu5+M8oXlKb8fWygL3nmAvS/mFWWAElInc+qqxSBvSpMaBygL0LAIPtAhLjovg+625A0H5gY7VEKag0f3c4CBzkmQ==
  • Delivered-to: sumo-user@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/sumo-user/>
  • List-help: <mailto:sumo-user-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/sumo-user>, <mailto:sumo-user-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/sumo-user>, <mailto:sumo-user-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHZKkz8jwU81K7m0kuqjk0J1ajdM66jx1yAgAAaLAw=
  • Thread-topic: [sumo-user] Multiple environments in reinforcement learning

Hi Michael,

I think it is the latter as I’m on Windows. I’m currently solving it by catching the exception, issuing the close command again and waiting before reopening.

Thanks,

Jordan

> On 18 Jan 2023, at 07:25, Michael Behrisch <oss@xxxxxxxxxxx> wrote:
> 
> Hi Jordan,
> can you give more details on your system? Some systems limit the nummber of open sockets or have a large delay on freeing a closed socket (especially Windows). If this does not apply here I am afraid you can only try to catch the exception and restart the sumo instance possibly after some wait.
> 
> Best reagrds,
> Michael
> 
> 
>> Am 17.01.23 um 09:25 schrieb Jordan Poots:
>> Hi,
>> I've been using reinforcement learning with sumo and recently passed over to a new system. I keep finding on this new system I have errors where my training collapses due to some sort of collision when trying to open a new environment. Note that this error is not immediate, this particualr one occured over 1.5m training steps in.
>> Error: tcpip::Socket::accept() Unable to create listening socket: Address already in use
>> Quitting (on error).
>> Is there a way to ensure this doesn't happen?
>> Thanks,
>> Jordan
>> _______________________________________________
>> sumo-user mailing list
>> sumo-user@xxxxxxxxxxx
>> To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user
> 
> _______________________________________________
> sumo-user mailing list
> sumo-user@xxxxxxxxxxx
> To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top