Skip to content

Commit 5e855a1

Browse files
committed
Add Class description
1 parent a61ad22 commit 5e855a1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

agents/action_list_base_agent.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@
99

1010
class ActionListAgent(BaseAgent):
1111
"""
12-
Example agent that uses a predefined list of actions to interact with the game environment.
12+
Extension of the BaseAgent that provides a list of all possible actions
13+
and allows the agent to query actions by index.
14+
This agent registers with the game environment and retrieves the action list.
15+
16+
Compatible with the WhiteBoxNSGCoordinator.
1317
"""
1418

1519
def __init__(self, host, port, role: str):

0 commit comments

Comments
 (0)