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: Thu, 19 Jan 2023 09:23:09 +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=wAxto6lY26vREAK4kHSd4xgOLrzYODvAoihgJOz1Oxk=; b=T2xOT1YE0UBOhFgSVX9d/1X1herb2vdUfhAyS98D6aW6HRpfBt6DZ4ROOYWZ7gMhYbDej2EG7SIdvLQur7+084ABVhRgWXwvReb8vg2sVb1RTs4UdnlgTVgqGWhnoSNvlvUJ+zSyiex1Wl7LAvom1RBaAW+fuDeezKJ0mxh8Ns+2psDlu/EIDNYMWHUSJfFNgxyfg94WxWRq4zYsPaAkSdzkWfWuX65Y5L7NMz5sIwf8Rd9NrUbRal8y/un4RuzW+dvxCS1PxXGSZAQraMLeTY26IjKGdg8TxRCxRCdxe68NLmT/coErZ3rpn7Ow4XRDkV4T8hM6/3VLoZ7nIbIUeQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=Fp7XtiFa4pByHll3MkA1/y0DGqyjeNkuMwCN1gva6Une/gti9nJ1wUFJVCPULdMcfJaL1Gh7iD3VIZF6PLJGG4UcjKFmZRWcFQtgIlYu8xOMPTMk3U6DCh24Pnu/wyMmXSbCiokSZRIJd7WyNun+z49dMSHu1xdK8zoxYtTy2Z2G5ZJzKYFCDJHjzrdpjdrH9GQREQJV/gsrwT6t/qY9Tl8D/HhOeXmVq00NaTiXr8IIfQ6FxtQWfvWJp0c99o6BlbViuhlR0/qvY6/rqp05nj0ne5ajKQEhjp4WS2z+lj3y24HOLcTOJaS7bfQiMqvAIin+WhhWfZToty3KKf9Wgw==
  • 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>
  • Msip_labels:
  • Thread-index: AQHZKkz8jwU81K7m0kuqjk0J1ajdM66jx1yAgAGy8PQ=
  • Thread-topic: [sumo-user] Multiple environments in reinforcement learning

Hi Michael,

I found on last nights training run a similar error occurred around 10mil steps, about 5hrs in. Would running my code in my Ubuntu dual boot as opposed to Windows stop this?

Kind regards,

Jordan

From: sumo-user <sumo-user-bounces@xxxxxxxxxxx> on behalf of Michael Behrisch <oss@xxxxxxxxxxx>
Sent: 18 January 2023 07:25
To: sumo-user@xxxxxxxxxxx <sumo-user@xxxxxxxxxxx>
Subject: Re: [sumo-user] Multiple environments in reinforcement learning
 
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