示例#1
0
 def get_action_space(self, agent_id):
     return ActionSpace(self._core.GetActionSpace(agent_id))
示例#2
0
 def get_action_space(self, agent_id):
     print("##################",
           sys._getframe().f_code.co_name, "###################")
     return ActionSpace(self._core.GetActionSpace(agent_id))
 def get_action_space(self, agent_id):
     return ActionSpace(ActionSpace.Continuous)