src.dcss.connection.config

Module Contents

Classes

LocalConfig

This configuration should be used when running DCSS in the terminal locally on the machine. Currently this

WebserverConfig

This configuration should be used when running DCSS in webserver mode.

class src.dcss.connection.config.LocalConfig

This configuration should be used when running DCSS in the terminal locally on the machine. Currently this has only been tested in Linux. It should work for Mac. Windows support is unknown.

socketpath = '127.0.0.1'
server_ip = '127.0.0.1'
server_port = '80'
server_uri
agent_name = 'midca'
crawl_socketpath
delay = 0.5
static construct_server_uri()
class src.dcss.connection.config.WebserverConfig

This configuration should be used when running DCSS in webserver mode.

server_uri = 'ws://127.0.0.1:8080/socket'
server_ip = '127.0.0.1'
server_port = '8080'
agent_name = 'midca'
agent_password = 'midca'
delay = 1
game_id = 'tut-web-trunk'
seed = 4675233756386659716
tutorial_number = 1
sprint_map_letter = 'a'
auto_start_new_game = False
max_actions
always_start_new_game = False
ai_python_class = 'FastDownwardPlanningAgentTut1'
species = 'Minotaur'
background = 'Berserker'
starting_weapon = 'hand axe'
draw_map = False