mirror of
https://github.com/gryf/coach.git
synced 2025-12-18 03:30:19 +01:00
RL in Large Discrete Action Spaces - Wolpertinger Agent (#394)
* Currently this is specific to the case of discretizing a continuous action space. Can easily be adapted to other case by feeding the kNN otherwise, and removing the usage of a discretizing output action filter
This commit is contained in:
@@ -1003,7 +1003,7 @@ class Agent(AgentInterface):
|
||||
"""
|
||||
Allows setting a directive for the agent to follow. This is useful in hierarchy structures, where the agent
|
||||
has another master agent that is controlling it. In such cases, the master agent can define the goals for the
|
||||
slave agent, define it's observation, possible actions, etc. The directive type is defined by the agent
|
||||
slave agent, define its observation, possible actions, etc. The directive type is defined by the agent
|
||||
in-action-space.
|
||||
|
||||
:param action: The action that should be set as the directive
|
||||
|
||||
Reference in New Issue
Block a user