Expand description
Code for reading in agent-related data from CSV files.
Modulesยง
- commodity_
portion ๐ - Code for reading the agent commodities CSV file.
- cost_
limit ๐ - Code for reading the agent cost limits CSV file.
- objective ๐
- Code for reading the agent objectives CSV file.
- search_
space ๐ - Code for reading the agent search space CSV file.
Structsยง
- Agent
Raw ๐ - An agent in the simulation
Constantsยง
- AGENT_
FILE_ ๐NAME
Functionsยง
- read_
agents - Read agents info from various CSV files.
- read_
agents_ ๐file - Read agents info from the agents.csv file.
- read_
agents_ ๐file_ from_ iter - Read agents info from an iterator.