harvard-acc / gem5-aladdin

End-to-end SoC simulation: integrating the gem5 system simulator with the Aladdin accelerator simulator.
BSD 3-Clause "New" or "Revised" License
210 stars 59 forks source link

can we execute deep RL maddpg -pytorch algorithm on gem5-aladdin #39

Closed kailashg26 closed 2 years ago

kailashg26 commented 2 years ago

Hello, I'm trying to execute maddpg https://github.com/shariqiqbal2810/maddpg-pytorch on an architecture simulator. So, I'm looking around for various applications. I wanted to ask if I can simulate maddpg on gem5-Aladdin? Note: maddpg uses in python 3.6

xyzsam commented 2 years ago

No, gem5 in syscall-emulation mode will definitely not support running python binaries. Sorry.