From f7ec292360a20e3eda359a3c6715fadf97508faf Mon Sep 17 00:00:00 2001 From: Eric Liang Date: Thu, 2 Aug 2018 13:35:53 -0700 Subject: [PATCH] [rllib] Support agent.get_action in multiagent (#2543) * support get action on policy id * comment * grammar fixes * Update rllib-algorithms.rst --- doc/source/rllib-algorithms.rst | 4 +- python/ray/rllib/agents/agent.py | 17 +++++--- python/ray/rllib/test/test_multi_agent_env.py | 40 +++++++++++++++++++ 3 files changed, 54 insertions(+), 7 deletions(-) diff --git a/doc/source/rllib-algorithms.rst b/doc/source/rllib-algorithms.rst index 3d3a020c4..b0cbeb8e5 100644 --- a/doc/source/rllib-algorithms.rst +++ b/doc/source/rllib-algorithms.rst @@ -59,7 +59,7 @@ Tuned examples: `PongNoFrameskip-v4