Action space thoughts

This commit is contained in:
Timothyxxx
2023-12-02 18:02:06 +08:00
parent 992d8f8fce
commit 9b214b3d23
4 changed files with 16 additions and 55 deletions

View File

@@ -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