Skip to content
Snippets Groups Projects
  • Florian Schröder's avatar
    87d43f82
    Move game content configurations to "configs" directory · 87d43f82
    Florian Schröder authored
    All configurations, scripts, and yaml files previously held in "game_content" are now placed in the "configs" directory for logical organization and better visibility. All references within the code that previously pointed to "game_content" have been updated to reflect the new "configs" path.
    87d43f82
    History
    Move game content configurations to "configs" directory
    Florian Schröder authored
    All configurations, scripts, and yaml files previously held in "game_content" are now placed in the "configs" directory for logical organization and better visibility. All references within the code that previously pointed to "game_content" have been updated to reflect the new "configs" path.
run_config.yml 427 B
general:
  agent_name: cocosy_agent
  instance: _dev
  local_agent_directories: ~/aaambos_agents
  plus:
    agent_websocket: ws://localhost:8000:/ws/player/MY_CLIENT_ID
    player_hash: abcdefghijklmnopqrstuvwxyz
    agent_id: 1

logging:
    log_level_command_line: INFO

supervisor:
  run_time_manager_class: !name:aaambos.std.supervision.instruction_run_time_manager.instruction_run_time_manager.InstructionRunTimeManager