LyapunovJingci / Warehouse_Robot_Path_Planning

A multi agent path planning solution under a warehouse scenario using Q learning and transfer learning.🤖️
MIT License
119 stars 22 forks source link

Is the target of each robot specified #6

Open FADEAWAY114 opened 1 year ago

FADEAWAY114 commented 1 year ago

Excuse me, is the target of each robot specified? For example, the target position of the first robot is in (2, 5), the second is in (8, 7), etc.

LyapunovJingci commented 1 year ago

Yes, the targets are defined in new_small_maze.py file