-
Import conda env using the following command:
conda env create -f env.yml
conda activate multiagentexploration
-
Run the code using command:
python multi_agent_exploration.py
- Multi-Agent-Exploration
- Agent
- Agent generator
- Agent handler
- D-start-lite
- D start lite
- Exploration
- Explorer
- Grid world generator
- Grid world
- Mapping
- Mapper
- Occupance grid generator
- Occupance grid generator
- Region Assignment
- Hungarian region assignment
- K mean clustring
- utils
- graph
- util finctions
- config
- Config(default)
- config(run time configurations)
- multi-agent-exploration
- Agent
In order to use features. open file /config/config.yaml
- N number of agents for exploration
- no_of_agents = value
- value must be integer (range:0~8)
- 4 different difficulty levels
- complexity_level = value
- value must be one of the following (very_easy, easy, moderate, difficult)
- variable sensor range
- sensor_range = value
- value must be in pixels
- Default: 45 pixels in every direction
In order to troubleshoot. open file /config/config.yaml
Change verbose value from False to True. This will start displaying helpful information on console.
Change show_results from False to True. This will start displaying plots.