Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Multiple environments in reinforcement learning
  • From: Jordan Poots <jordan.poots@xxxxxxxxxxx>
  • Date: Tue, 17 Jan 2023 08:25:45 +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=QNVZElakIVx8kfk+vCgvSotri2mWeK/oXZT8sJ6bXf4=; b=I0rlm6wBJ+hfjwGDJoPEze5OAV1YELvMwV3ovgGB47ri+0wMJ4Z8wOmG5OicBBTxHy6W1CECJpk1ylcPmJs3maTl+g6HkBu1+O0G1Tyv43LUsjRdMzlWxLeKUVVwkFUZTOKaBnKIm+yJ2/nLgReN7zbsGJSTSrD0QJ5Mojqg+pOm1cn5KBQ4BFYKg2nU7ashfUUpsZ9niOCoswe6zNDP3F3mAfQnkwDwCB6uukfDMZxOl2PLdfZQb99FEysG5oPOe/YsrfgAurB0ep7s1bhdY75xJgk2aqSZW5fKc0FyP2Spd66Ax1ppKpFjq/SSqnNqQqRWZWBULxWqoNF+Y2218A==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=CLN5xdMBPDGVHMRiJTOHrXo9dcaXMq/sin++LkJytMW7v1I8GAO74n3Pf//T/EF25mW/k3evFlXPyb0uEJiKOAWR1Hb0YIfYjkmTHxa32okJEgRz4Rip7ozfnPEpki3TcjAJUUrlRGa6NQbhs20DHPCV3QkiLOEy5RsbMAHw5YtYnsAJKX4dWLK3UT14JlpNDai6D2+855JhSD75lgq15iiTHLKUVnRS5Rauc1i5MuPbCcPMSHhuky9i7YhsBhfa1KHxDziPBpMkUgbQ9RLxg9w9liN0mEvRlU+UpiLCilgjeC/GU9U/Eoro3/kAnop/BhRuKvlkkxbvfltkKk96FA==
  • 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: AQHZKkz8jwU81K7m0kuqjk0J1ajdMw==
  • Thread-topic: Multiple environments in reinforcement learning

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

Back to the top