From d0a2a7544345a1cd9479c9f66fc3ae0f25cccfbd Mon Sep 17 00:00:00 2001 From: Praveen Palanisamy <4770482+praveen-palanisamy@users.noreply.github.com> Date: Sat, 7 Dec 2019 19:48:16 -0800 Subject: [PATCH] Updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 604d3fd..3e5774d 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ env = gym.make("HomoNcomIndePOIntrxMASS3CTWN3-v0") # Your agent code here ``` - Any RL library that supports the OpenAI-Gym API can be used to train agents in MACAD-Gym. The MACAD-Agents repository provides sample agents as a starter. + Any RL library that supports the OpenAI-Gym API can be used to train agents in MACAD-Gym. The [MACAD-Agents](https://github.com/praveen-palanisamy/macad-agents) repository provides sample agents as a starter. ### Usage guide