-
- Downloads
Added simple pathfinding to the random agent
- added function for calculating a graph with possible movements - used astar on this graph for the random agent
parent
d76a8d0a
No related branches found
No related tags found
Showing
- cooperative_cuisine/configs/agents/random_agent.py 99 additions, 7 deletionscooperative_cuisine/configs/agents/random_agent.py
- cooperative_cuisine/movement.py 32 additions, 17 deletionscooperative_cuisine/movement.py
- cooperative_cuisine/player.py 3 additions, 1 deletioncooperative_cuisine/player.py
- cooperative_cuisine/state_representation.py 133 additions, 1 deletioncooperative_cuisine/state_representation.py
Please register or sign in to comment