From d0948162301239687c05354aaf985316503619ce Mon Sep 17 00:00:00 2001 From: ataitler Date: Tue, 6 Feb 2024 02:11:54 +0200 Subject: [PATCH] Update infrastructure.md --- infrastructure.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure.md b/infrastructure.md index b29473c..2e31bec 100644 --- a/infrastructure.md +++ b/infrastructure.md @@ -76,10 +76,10 @@ conda create -n rddl python=3.8 conda activate rddl pip install pyrddlgym ``` -2. Cloning directly from Github `https://github.com/ataitler/pyRDDLGym.git` +2. Cloning directly from Github `https://github.com/pyrddlgym-project/pyRDDLGym.git` -Please refer to the [README page](https://github.com/ataitler/pyRDDLGym) for information on the framework contents, requirements, examples, and more. +Please refer to the [README page](https://github.com/pyrddlgym-project/pyRDDLGym) for information on the framework contents, requirements, examples, and more. ## Basic usage