Module search_space

Source
Expand description

Code for reading the agent search space CSV file.

Structsยง

AgentSearchSpaceRaw ๐Ÿ”’

Constantsยง

AGENT_SEARCH_SPACE_FILE_NAME ๐Ÿ”’

Functionsยง

parse_search_space_str ๐Ÿ”’
Parse a string representing the processes the agent will invest in.
read_agent_search_space
Read agent search space info from the agent_search_space.csv file.
read_agent_search_space_from_iter ๐Ÿ”’