From 64c95aea85df87102749b40e6285755b04bef4d1 Mon Sep 17 00:00:00 2001 From: mika Date: Wed, 20 Feb 2019 22:21:08 +0400 Subject: [PATCH] [rllib] Update README.md for qmix (#4101) ## What do these changes do? Fixed PyMARL repository path. ## Related issue number N/A --- python/ray/rllib/agents/qmix/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/ray/rllib/agents/qmix/README.md b/python/ray/rllib/agents/qmix/README.md index d023a7fc7..e8d66616d 100644 --- a/python/ray/rllib/agents/qmix/README.md +++ b/python/ray/rllib/agents/qmix/README.md @@ -1 +1 @@ -Code in this package is adapted from https://github.com/oxwhirl/pymarl_alpha. +Code in this package is adapted from https://github.com/oxwhirl/pymarl.