Merge branch 'dev' into UC7-migration

This commit is contained in:
Archer Bowen
2025-02-27 11:36:27 +00:00
committed by Marek Wolan
35 changed files with 331 additions and 337 deletions

View File

@@ -20,12 +20,6 @@ Agents can be scripted (deterministic and stochastic), or controlled by a reinfo
- ref: green_agent_example
team: GREEN
type: probabilistic-agent
observation_space:
type: UC2GreenObservation # TODO: what
action_space:
reward_function:
reward_components:
- type: dummy
agent_settings:
start_settings:

View File

@@ -97,26 +97,6 @@ If not using the data manipulation bot manually, it needs to be used with a data
team: RED
type: red-database-corrupting-agent
observation_space:
type: uc2-red-observation #TODO what
options:
nodes:
- node_name: client_1
observations:
- logon_status
- operating_status
applications:
- application_ref: data_manipulation_bot
observations:
operating_status
health_status
folders: {}
action_space:
reward_function:
reward_components:
- type: dummy
agent_settings:
start_settings:
start_step: 25

View File

@@ -59,7 +59,7 @@ Python
# install DatabaseClient
client.software_manager.install(DatabaseClient)
database_client: DatabaseClient = client.software_manager.software.get("database-sclient")
database_client: DatabaseClient = client.software_manager.software.get("database-client")
# Configure the DatabaseClient
database_client.configure(server_ip_address=IPv4Address("192.168.0.1")) # address of the DatabaseService