From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 19 16:29:42 2022 Received: (at submit) by debbugs.gnu.org; 19 Feb 2022 21:29:42 +0000 Received: from localhost ([127.0.0.1]:58839 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nLXIU-0000vc-Ii for submit@debbugs.gnu.org; Sat, 19 Feb 2022 16:29:42 -0500 Received: from lists.gnu.org ([209.51.188.17]:47096) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nLXIT-0000vU-6Z for submit@debbugs.gnu.org; Sat, 19 Feb 2022 16:29:41 -0500 Received: from eggs.gnu.org ([209.51.188.92]:56860) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nLXIS-0004vI-1S for guix-patches@gnu.org; Sat, 19 Feb 2022 16:29:41 -0500 Received: from w1.tutanota.de ([81.3.6.162]:33254) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nLXIP-0004HW-3O for guix-patches@gnu.org; Sat, 19 Feb 2022 16:29:39 -0500 Received: from w3.tutanota.de (unknown [192.168.1.164]) by w1.tutanota.de (Postfix) with ESMTP id 908F8FBF517 for ; Sat, 19 Feb 2022 21:29:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1645306173; s=s1; d=tutanota.com; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Cc:Date:Date:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:Sender; bh=WWhl2orUD6er4P51m4V3KTWZagk+a7deWnHyDdPOpkY=; b=Dbh4qndYZLcr2RQEXUaGMWuDVST5JBmvm9VIDqwroSgzPFSatAOnJOJrdZCnPoha GHxVGHMDOH5xatv+Nv24sxKhbV/dgYpYr2zFPV+l8LpzJgR/LWwdQWTardLfiV5WLmP YGjryjk51PllT9a6xJBSVMxmdUPRi9Naq9Evz5NOMf/K7RhT9hiUoqyDwjHhEAwFVOX u8u/xW9soH2Q5sCe6NyX2yi39SJIuhIKHkdLdRucgo31CPywsQ4okVkp4UPl2Capmkh nAcgHC12Vi6XY1T9cPuDjxqxXDgcAdVF8Vq7A+e0OsfaGwWuRZ1xuWjVRjnR0xJ6Ooq crg86fN60w== Date: Sat, 19 Feb 2022 22:29:33 +0100 (CET) From: kiasoc5@tutanota.com To: Guix Patches Message-ID: Subject: [PATCH] gnu: Add python-gym. MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_208098_1289915665.1645306173578" Received-SPF: pass client-ip=81.3.6.162; envelope-from=kiasoc5@tutanota.com; helo=w1.tutanota.de X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) ------=_Part_208098_1289915665.1645306173578 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Importing this module in python fails because python-importlib-metadata is too old. At least it builds successfully when sanity check is disabled. ------=_Part_208098_1289915665.1645306173578 Content-Type: text/x-patch; charset=us-ascii; name=0001-gnu-Add-python-gym.patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=0001-gnu-Add-python-gym.patch >From 2fd8ce0ccab54cc94269f6d03be755d5e145027f Mon Sep 17 00:00:00 2001 From: kiasoc5 Date: Sat, 19 Feb 2022 16:25:01 -0500 Subject: [PATCH] gnu: Add python-gym. * gnu/packages/python-science.scm (python-gym): New variable. --- gnu/packages/python-science.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index d9af3352b9..baf621870d 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -1074,3 +1074,28 @@ (define-public python-modin libraries, Modin provides seamless integration and compatibility with existing pandas code.") (license license:asl2.0))) + +(define-public python-gym + (package + (name "python-gym") + (version "0.22.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "gym" version)) + (sha256 + (base32 "138lk1irl9qr7yg6kng9z6aicbqfphcij4bqqf3q2xaik744949k")))) + (build-system python-build-system) + (arguments + `(#:phases + (modify-phases %standard-phases + (delete 'check) ; tests require nonfree library + (delete 'sanity-check)))) ; requires python-importlib-metadata>4.10 + (propagated-inputs + (list python-cloudpickle python-numpy python-importlib-metadata)) + (home-page "https://github.com/openai/gym") + (synopsis "Gym: A universal API for reinforcement learning environments.") + (description + "Gym: A universal API for reinforcement learning environments.") + (license license:expat))) + base-commit: f8aa8899e265a46fd3dff6c717ec484057ba2b68 -- 2.35.1 ------=_Part_208098_1289915665.1645306173578-- From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 20 05:35:12 2022 Received: (at 54067) by debbugs.gnu.org; 20 Feb 2022 10:35:13 +0000 Received: from localhost ([127.0.0.1]:59419 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nLjYe-0000PL-L8 for submit@debbugs.gnu.org; Sun, 20 Feb 2022 05:35:12 -0500 Received: from laurent.telenet-ops.be ([195.130.137.89]:39738) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nLjYc-0000P7-EL for 54067@debbugs.gnu.org; Sun, 20 Feb 2022 05:35:11 -0500 Received: from [172.20.10.9] ([188.188.224.245]) by laurent.telenet-ops.be with bizsmtp id xNb82600H5JHtyL01Nb97A; Sun, 20 Feb 2022 11:35:09 +0100 Message-ID: <5e78604c1d9d92f57b76d3a97a1a38fa37439e88.camel@telenet.be> Subject: Re: [bug#54067] [PATCH] gnu: Add python-gym. From: Maxime Devos To: kiasoc5@tutanota.com, 54067@debbugs.gnu.org Date: Sun, 20 Feb 2022 11:35:08 +0100 In-Reply-To: References: Content-Type: multipart/signed; micalg="pgp-sha512"; protocol="application/pgp-signature"; boundary="=-TANpUxs3RXDianTzUGOI" User-Agent: Evolution 3.38.3-1 MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22; t=1645353309; bh=x+VoVL/ycuYfNh+afVTYPNlyOfNzO5TqnMZixV/paw4=; h=Subject:From:To:Date:In-Reply-To:References; b=fLm6t/moOCltDpVeGBgtLeI94PDYY79S6r8GlB8Jd1rwp1bGHUqsg8TidjUW6pbWg AoaGsSABp8r4hVgWv6wndkCmxmVu++3A+/R3uS3bRL5mQdtkGLZ9NinpxJNB29P+JL zblZ6gL+hEWOn8vh2DQh9IrcoA9rv6SEasr+bggMTLexHzUKc9WlqO+urF8hbLaCY0 zlu3Iq0ZoavgL7Z9jUbAwShjKgOXXbl36XbBMzLeR+ffSCfD/tXIiBfxucXFAGCWmf TGqTDBX11+TcEFLFgQocGdyIYm1uNafBeh3s3cOzk/O8Xx6et/A92ADghEoMaxwWd7 xVLchxzE2xXhw== X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 54067 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) --=-TANpUxs3RXDianTzUGOI Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable kiasoc5--- via Guix-patches via schreef op za 19-02-2022 om 22:29 [+0100]: Importing this module in python fails because python-importlib- metadata is too old. > + (delete 'sanity-check)))) ; requires python-importlib-metadat= a>4.10 In that case, could python-importlib-metadata be updated? Greetings, Maxime. --=-TANpUxs3RXDianTzUGOI Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYhIZXBccbWF4aW1lZGV2 b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7u2aAP41F93KPJupxydaDqSXrhI8RID6 3sOBHRpWtkIhJvTzBAD+MtBqMaW0OEJzJCXgt5KayUCEgf84cG5PHXAEni5LUQA= =IMLH -----END PGP SIGNATURE----- --=-TANpUxs3RXDianTzUGOI-- From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 20 05:36:38 2022 Received: (at 54067) by debbugs.gnu.org; 20 Feb 2022 10:36:38 +0000 Received: from localhost ([127.0.0.1]:59424 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nLja1-0000U6-V2 for submit@debbugs.gnu.org; Sun, 20 Feb 2022 05:36:38 -0500 Received: from albert.telenet-ops.be ([195.130.137.90]:41660) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nLjZz-0000Ts-Uz for 54067@debbugs.gnu.org; Sun, 20 Feb 2022 05:36:36 -0500 Received: from [172.20.10.9] ([188.188.224.245]) by albert.telenet-ops.be with bizsmtp id xNcZ2600P5JHtyL06Ncaig; Sun, 20 Feb 2022 11:36:34 +0100 Message-ID: <93bbe0ce19a4c82a61fa8003f59b29541c2f8031.camel@telenet.be> Subject: Re: [bug#54067] [PATCH] gnu: Add python-gym. From: Maxime Devos To: kiasoc5@tutanota.com, 54067@debbugs.gnu.org Date: Sun, 20 Feb 2022 11:36:33 +0100 In-Reply-To: References: Content-Type: multipart/signed; micalg="pgp-sha512"; protocol="application/pgp-signature"; boundary="=-Lq3tvzp/gn8sbhLWsbYy" User-Agent: Evolution 3.38.3-1 MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22; t=1645353394; bh=sRPfeJ3E/WlhVXBgONe+sGmOah3+9X9hJ9M4Wa+mi6s=; h=Subject:From:To:Date:In-Reply-To:References; b=QcloPauC/ma8mtg9vRGyAYEllpWBKGL0Xcl0wKUOmdComcwov44/M04YPhQZzBWPQ 2PK6xfsjOooH3EEz0XJd/4TKLG3EUCh3iq04+Q4k/uIUNtpXkZzBPqnHUgRD6amgYt NCTeQu9pn3b5kJFWH6s1UL963CDlBER6h266cMVKi2je1vBTKfszD5C9FuAFwy7eI0 pqe4hwRYZ0IcU5aKUz+QrwbY5iohy8eOrMbGTNqeMVtFzcXGNEmQbalE2q6il+70Tl puW8ncL/udj5UWt7K5twXe7aAFAUnEviyXwFBC09xGBBDxtcr3DzfWjlyaNkGLfW+c htEFxgA0oFvoA== X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 54067 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) --=-Lq3tvzp/gn8sbhLWsbYy Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable kiasoc5--- via Guix-patches via schreef op za 19-02-2022 om 22:29 [+0100]: > +=C2=A0=C2=A0=C2=A0=C2=A0 `(#:phases > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (modify-phases %standard-phases > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 (delete 'check)=C2=A0= =C2=A0 ; tests require nonfree library How about setting the #:tests? argument instead? (arguments (list #:tests? #false ; tests require nonfree library #:phases #~(modify-phases ...))) Greetings, Maxime. --=-Lq3tvzp/gn8sbhLWsbYy Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYhIZsRccbWF4aW1lZGV2 b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7iqHAQDQ6u9cfJjUtRFLQaUgVUjneBnT 3lGYDis05iURXCJwlQEAz2rLhJMJBz7kTL4SrNtgYulxJKAbGnYRpWHfeMXoSwo= =lJZN -----END PGP SIGNATURE----- --=-Lq3tvzp/gn8sbhLWsbYy-- From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 20 14:13:09 2022 Received: (at 54067) by debbugs.gnu.org; 20 Feb 2022 19:13:09 +0000 Received: from localhost ([127.0.0.1]:33778 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nLrds-0005D6-O7 for submit@debbugs.gnu.org; Sun, 20 Feb 2022 14:13:09 -0500 Received: from andre.telenet-ops.be ([195.130.132.53]:46998) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nLrdn-0005Cu-PA for 54067@debbugs.gnu.org; Sun, 20 Feb 2022 14:13:07 -0500 Received: from ptr-bvsjgyhxw7psv60dyze.18120a2.ip6.access.telenet.be ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a]) by andre.telenet-ops.be with bizsmtp id xXD12600G4UW6Th01XD1q9; Sun, 20 Feb 2022 20:13:02 +0100 Message-ID: <2b303c132c84ede022018837a29147e9d2fb7075.camel@telenet.be> Subject: Re: [bug#54067] [PATCH] gnu: Add python-gym. From: Maxime Devos To: kiasoc5@tutanota.com Date: Sun, 20 Feb 2022 20:12:53 +0100 In-Reply-To: References: <5e78604c1d9d92f57b76d3a97a1a38fa37439e88.camel@telenet.be> Content-Type: multipart/signed; micalg="pgp-sha512"; protocol="application/pgp-signature"; boundary="=-JpyucVNLPVizQISc3iEd" User-Agent: Evolution 3.38.3-1 MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22; t=1645384382; bh=ogkwOlggd5MHni3FdaWzpdLUUhOM+XCWnrhAYlWQCfE=; h=Subject:From:To:Cc:Date:In-Reply-To:References; b=IZ6yvpLSnq/Oxb7IkRWfHw4vm0Nu4YNHzKOWM3XDYT9BeJ07MUuVl8kv4u5qI/XyI 6Ad/nDNRee2bh6bOjsDf91uzmy+7KH4hvHJ/tiO5aJS8H3fLQROuzujHZ5ahB9PFfV lSy+BKXrreCWzF4nPThfUyat0ET7LxTKoJJSX56CCtLGs0aL05mlKwNgWaY7h83gEz O+8fC+h6fWH8L1xt8Le1IEWMO5MpuE+ypspkFIY7dGaU7+uIoW/+M9ZdvGPOA3i0IA aPJKG6lg2OwWgI9DSsVVO4cALNKNfNUTB+MCnClkaxi2+6VgaSa5TnWuhRkT99pXqm +pd2Rc3jfVQ0A== X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 54067 Cc: 54067@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) --=-JpyucVNLPVizQISc3iEd Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable [Please keep 54067@debbugs.gnu.org in CC, such that other people can comment] kiasoc5@tutanota.com schreef op zo 20-02-2022 om 19:50 [+0100]: Of course updating python-importlib-metadata is the natural option, > I don't intend to submit broken patches. But I'm not sure whether > updating python-importlib-metadata will be smooth, if I run guix > refresh -l python-importlib-metadata, it says `Building the following > 74 packages would ensure 131 dependent packages are rebuilt`. It's a > lot of packages to comb through. What I'd usually do for testing is $ ./pre-inst-env guix build python-astroquery@0.4.5 vorta@0.8.3 komikku@0.3= 6.1 [...] and verify that the builds succeeded. If their test suites are good, this should catch most issues. Python packages are typically relatively cheap to build I think, so this shouldn't take overly long. We'll have to update python-importlib-metadata anyway eventually, and it's not realistic to test each individual dependent manually. > Is there any policy on testing packages for breakage when upgrading? > Apologies, I should have asked this earlier. There's (guix)Submitting patches: 10. For important changes, check that dependent packages (if applicable) are not affected by the change; =E2=80=98guix refresh --list-dependent PACKAGE=E2=80=99 will help you do that (*note Invokin= g guix refresh::). [...] All these branches are tracked by our build farm (https://ci.guix.gnu.org) and merged into =E2=80=98master=E2=80=99 onc= e everything has been successfully built. This allows us to fix issues before they hit users, and to reduce the window during which pre-built binaries are not available. (so if building the python packages locally takes too long, perhaps a temporary branch can be set up to let the build farm take care of building). Greetings, Maxime. --=-JpyucVNLPVizQISc3iEd Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYhKStRccbWF4aW1lZGV2 b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7vq8AQDCyKM9fDj5K/hkwRRy5GsFXPhz 8uwLShKrok6K4dK9fwD/ebtV97Brg9YwT5C8CnCQdjLcsyRjMXC646GYeDh8rw0= =LoWD -----END PGP SIGNATURE----- --=-JpyucVNLPVizQISc3iEd-- From debbugs-submit-bounces@debbugs.gnu.org Mon Jan 29 16:58:56 2024 Received: (at 54067-done) by debbugs.gnu.org; 29 Jan 2024 21:58:56 +0000 Received: from localhost ([127.0.0.1]:33606 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUZea-0006uQ-H4 for submit@debbugs.gnu.org; Mon, 29 Jan 2024 16:58:56 -0500 Received: from mail-wm1-x32f.google.com ([2a00:1450:4864:20::32f]:61792) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rUZeX-0006uB-SD for 54067-done@debbugs.gnu.org; Mon, 29 Jan 2024 16:58:54 -0500 Received: by mail-wm1-x32f.google.com with SMTP id 5b1f17b1804b1-40e775695c6so29024165e9.3 for <54067-done@debbugs.gnu.org>; Mon, 29 Jan 2024 13:58:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1706565519; x=1707170319; darn=debbugs.gnu.org; h=mime-version:message-id:date:subject:to:from:from:to:cc:subject :date:message-id:reply-to; bh=O+HWEjvNGSTxP5BJejld+NA4x3XpFPupZmGcuUZ3ujI=; b=JEdQCoIoxFK61byeUN66ufsCOl6dXgFi1lMSAWRvmKTvSmiFJq/5tk7a77C/HdMNXU oslMUBn6IqwvhrfpQq7z0Es+Svft+CVcM9sDHM8Y8Dh/VMAay98Rp5PkiMW8MjQWgcdZ RDTxdKdqNpqhEKwwcHRkfOThC/gnAnqaWaQX1k52l0F0nUPiC07dl0V1nQMdZljlPh0q D1DVWKkutCOwI6K4kdEkwpo00y4d0Gi38sj+cVw0tZH5ySU1FMkiJWHwH08ct9cOwMTh l4fVQz64sDxj0p/YlJxe18iT1ygmXT+G91gBgIRhEzu4mIQ3Skhrx3ng6NwM+5kDB0nA RWKw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1706565519; x=1707170319; h=mime-version:message-id:date:subject:to:from:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=O+HWEjvNGSTxP5BJejld+NA4x3XpFPupZmGcuUZ3ujI=; b=Djvkrofe+boEga30ytTT6isQHlldepya/OuYQqMNdOHkOSShy2oBSip1PCh6RS6vFj lXHQsWgBvKfCwgwcBsWGMlJqopqOw0PeySJ7Z38pM3tevqikhPAPwP47HnpVoIjWVp7E It4xZ2itMwrUyMcr5nSNEF1ljOj6oBNOU3KLZuET15IPc+ibCKyo4qRz3X3fskFQgBjM pyX7999bj1H3AwxC2NQimFTVmVtJnr18xAMA0bcLYzT1u5Fv0dbV3abEeIXEUjz0+QM6 SrKkKF0g1IFgd91vcIXHWPsfdqeN6rXijPQEPhq2CqIXFkKmi1GdJtNCnni6nMneLUdX rG6w== X-Gm-Message-State: AOJu0YxlFvrqNVb84LuUlVPwDEhVYHXMWPWnt0AGaSUR5BT7PleZS0gf DukaX7uQcLCVaihulLzBxsqn4hja//ShdblueRQrGgV4SPLnKoHoBr7TmHXgURo= X-Google-Smtp-Source: AGHT+IGDI8MPLk++KBufb/zoaWSfmRP3JCyU91QOOgT1kBsb0Xlae4OW0zYysHsPxiBvZ49cl9cKgw== X-Received: by 2002:a05:600c:4fce:b0:40e:fc29:f525 with SMTP id o14-20020a05600c4fce00b0040efc29f525mr1354235wmq.36.1706565518907; Mon, 29 Jan 2024 13:58:38 -0800 (PST) Received: from guxtil (cpc100856-bagu15-2-0-cust368.1-3.cable.virginm.net. [82.25.93.113]) by smtp.gmail.com with ESMTPSA id j34-20020a05600c1c2200b0040efa63b10dsm2762433wms.30.2024.01.29.13.58.38 for <54067-done@debbugs.gnu.org> (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 29 Jan 2024 13:58:38 -0800 (PST) From: Sharlatan Hellseher To: 54067-done@debbugs.gnu.org Subject: [PATCH] gnu: Add python-gym. Date: Mon, 29 Jan 2024 21:58:35 +0000 Message-ID: <878r47u7hw.fsf@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 54067-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable From=20the project's page https://github.com/openai/gym: > The team that has been maintaining Gym since 2021 has moved all future > development to Gymnasium, a drop in replacement for Gym (import > gymnasium as gym), and Gym will not be receiving any future updates. > Please switch over to Gymnasium as soon as you're able to do so. If > you'd like to read more about the story behind this switch, please check > out this blog post. Gymnasium is successor of Gym. Closing as not actual.=20 Thanks, Oleg --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEmEeB3micIcJkGAhndtcnv/Ys0rUFAmW4H4sACgkQdtcnv/Ys 0rXFqg//YhZOlUUxiTKGALKtOTAtuJyPB+cQxZ1Lj+LOzDUmK4n121yMMHn1xO/I fnV2U9Ca6BroMTpeZbyxQNDVdE3zF4HdVcjslPimPFgqy+2n0tjNW01Ss9V6bPAc diXjObT+o0cZ4ljiScv0uxA1WGOC9tSVGH8lzaR4qgF6I2UT/Mb9f11/6N6EipwV FLSHnesbTyhxtnlaESBmK7c7oY9YqX/psCiZVMAXRI13/gsZLFLmzYfABVntIIZj C6DABMihmKt8bofCjrrotlvLIJC9cTlbcGHQsVt1bGwU9ZmBSJGAuHMgMOa69bVY o4OcrzNsXPxsHC0zFM0NE8Yz1CzQDwIXHxHBo5KLKTVWYe3Ko1jECZwVpKtbzRFr 7XSjqKhc/6TNK1UUg1tgBcs2IRl/uB7pfbFdqn8Oa/MPeIN/7Ooshgm/r9w05wdp uNfV2rcNHP5RP57NSRdckBK8LBkvh9pw2wDKRQAxrHcueUnujo6dNVy+HN/QnxMG gT0gB5t78n1syGMjUeQL6RM3xfHyHutHN8r9SelwHPvZoBbFWxFOFV6qjiT5toUO dE8qnOBUB2pwGZzuLCDxWQWLBD4vW/CxEQRB71L4/QS3MANVD4X9ltpeDqc3LgMn kzmb3x/bb9p+5QYIOZ3pf1aEFBIqoSL0TeqCDCHq6LnZbwxdKLA= =nHUc -----END PGP SIGNATURE----- --=-=-=-- From unknown Mon Jun 23 05:59:13 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 27 Feb 2024 12:24:09 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator