smaug icon indicating copy to clipboard operation
smaug copied to clipboard

How to port Rinforcement learning algorithm on smaug?

Open kailashg26 opened this issue 4 years ago • 2 comments

Hello, I'm trying to port RL maddpg algorithm on smaug. Is there any documentation you can provide to follow for integrating the new algorithm? Thanks

kailashg26 avatar Oct 16 '21 19:10 kailashg26

See https://harvard-acc.github.io/smaug_docs/build_python_model.html for building a new python model. All the available operators are also listed on that site.

xyzsam avatar Oct 16 '21 20:10 xyzsam

Hello, thanks for the document. I also wanted to know if this also works for pytorch reinforcement model maddpg with python version 3.6? And provides the acceleration capabilities?

kailashg26 avatar Oct 16 '21 20:10 kailashg26