LyapunovJingci / Warehouse_Robot_Path_Planning

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

Transfer learning #5

Open bindulam opened 1 year ago

bindulam commented 1 year ago

Hi Jingci,

which part of the code are we implementing transfer learning.

Thanks, Bindu

LyapunovJingci commented 1 year ago

Sorry for the late reply. The transfer learning is not implemented in the code, instead it used Pickle to dump previous learning into the final run.