tsinghua-fib-lab / DRL-urban-planning

A deep reinforcement learning (DRL) based approach for spatial layout of land use and roads in urban communities. (Nature Computational Science)
https://rdcu.be/dlRPZ
MIT License
203 stars 40 forks source link

TypeError: cannot pickle '_thread.lock' object #9

Closed AlterHoodie closed 8 months ago

AlterHoodie commented 8 months ago

While trying to run Your Project python -m urban_planning.train --cfg hlg --global_seed 111 Iam running into this error TypeError: cannot pickle '_thread.lock' object image

Iam running the project in Windows, Python - 3.8 Is this a windows issue since your Test OS Environment is Linux

DavyMorgan commented 8 months ago

Yes, the multiprocess implementation currently only supports Linux-based OS.

AlterHoodie commented 8 months ago

Ahh ok, Thank you very much.