Action space thoughts
This commit is contained in:
@@ -39,3 +39,10 @@ class PythonController:
|
||||
return response.json()
|
||||
except requests.exceptions.RequestException as e:
|
||||
print("An error occurred while trying to execute the command:", e)
|
||||
|
||||
def execute_action(self, action: str):
|
||||
"""
|
||||
Executes an action on the server computer.
|
||||
"""
|
||||
|
||||
raise NotImplementedError
|
||||
Reference in New Issue
Block a user